#BBC05D

Color #BBC05D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BBC05D

Tints of Wild Willow #BBC05D

Color information

#BBC05D (or 0xBBC05D) is unknown color: approx Wild Willow. HEX triplet: BB, C0 and 5D. RGB value is (187,192,93). Sum of RGB (Red+Green+Blue) = 187+192+93=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC05D is #443FA2. Grayscale: #B3B3B3. Windows color (decimal): -4472739 or 6144187. OLE color: 6144187.

HSL color Cylindrical-coordinate representation of color #BBC05D: hue angle of 63.03º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBC05D is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB18719293-
CMYK0.0300.520.25
HSL63.03º44%55.88%-
HSV(B)63.03º51.56%75.29%-
XYZ41.3249.0517.65-
YUV179.2279.34133.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=39.62%
G=40.68%
B=19.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187192930.0300.520.2563.034455.88
HexBBC05D3034193f2c38
Octal273300135306431775470
Binary1011101111000000101110111011010011001111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC05D; }

 p { color: rgb(187,192,93); }

 H1.HeaderClassName
 {
   color: #BBC05D;
 }
 .AnyTagClassName
 {
   color: #BBC05D;
 }
</style>
background-color css

<style>
 a { background-color: #BBC05D; }

 a { background-color: rgb(187,192,93); }

 div.DivClassName
 {
   background-color: #BBC05D;
 }
 .BgClassName
 {
   background-color: #BBC05D;
 }
</style>
border-color css

<style>
 span { border-color: #BBC05D; }

 span { border-color: rgb(187,192,93); }

 td.TdClassName
 {
   border-color: #BBC05D;
 }
 .TagClassName
 {
   border-color: #BBC05D;
 }
</style>