#BBCA62

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

Shades of Wild Willow #BBCA62

Tints of Wild Willow #BBCA62

Color information

#BBCA62 (or 0xBBCA62) is unknown color: approx Wild Willow. HEX triplet: BB, CA and 62. RGB value is (187,202,98). Sum of RGB (Red+Green+Blue) = 187+202+98=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCA62 is #44359D. Grayscale: #BABABA. Windows color (decimal): -4470174 or 6474427. OLE color: 6474427.

HSL color Cylindrical-coordinate representation of color #BBCA62: hue angle of 68.65º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBCA62 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB18720298-
CMYK0.0700.510.21
HSL68.65º49.52%58.82%-
HSV(B)68.65º51.49%79.22%-
XYZ43.8253.6919.61-
YUV185.6678.53128.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 98 (38.67% from 255) = 20.12%
R=38.40%
G=41.48%
B=20.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187202980.0700.510.2168.6549.5258.82
HexBBCA6270331545323b
Octal2733121427063251056273
Binary101110111100101011000101110110011101011000101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA62; }

 p { color: rgb(187,202,98); }

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

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

 a { background-color: rgb(187,202,98); }

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

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

 span { border-color: rgb(187,202,98); }

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