#BBCB52

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

Shades of Wild Willow #BBCB52

Tints of Wild Willow #BBCB52

Color information

#BBCB52 (or 0xBBCB52) is unknown color: approx Wild Willow. HEX triplet: BB, CB and 52. RGB value is (187,203,82). Sum of RGB (Red+Green+Blue) = 187+203+82=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB52 is #4434AD. Grayscale: #B8B8B8. Windows color (decimal): -4469934 or 5426107. OLE color: 5426107.

HSL color Cylindrical-coordinate representation of color #BBCB52: hue angle of 67.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBCB52 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB18720382-
CMYK0.0800.600.20
HSL67.93º53.78%55.88%-
HSV(B)67.93º59.61%79.61%-
XYZ43.3753.8916.1-
YUV184.4270.2129.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=39.62%
G=43.01%
B=17.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187203820.0800.600.2067.9353.7855.88
HexBBCB52803C14443638
Octal27331312210074241046670
Binary1011101111001011101001010000111100101001000100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB52; }

 p { color: rgb(187,203,82); }

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

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

 a { background-color: rgb(187,203,82); }

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

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

 span { border-color: rgb(187,203,82); }

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