#BBC05F

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

Shades of Wild Willow #BBC05F

Tints of Wild Willow #BBC05F

Color information

#BBC05F (or 0xBBC05F) is unknown color: approx Wild Willow. HEX triplet: BB, C0 and 5F. RGB value is (187,192,95). Sum of RGB (Red+Green+Blue) = 187+192+95=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC05F is #443FA0. Grayscale: #B3B3B3. Windows color (decimal): -4472737 or 6275259. OLE color: 6275259.

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

Color convert

RGB18719295-
CMYK0.0300.510.25
HSL63.09º43.5%56.27%-
HSV(B)63.09º50.52%75.29%-
XYZ41.4149.0918.12-
YUV179.4580.34133.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=39.45%
G=40.51%
B=20.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187192950.0300.510.2563.0943.556.27
HexBBC05F3033193f2b38
Octal273300137306331775370
Binary1011101111000000101111111011001111001111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC05F; }

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

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

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

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

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

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

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

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