#BBD962

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

Shades of Wild Willow #BBD962

Tints of Wild Willow #BBD962

Color information

#BBD962 (or 0xBBD962) is unknown color: approx Wild Willow. HEX triplet: BB, D9 and 62. RGB value is (187,217,98). Sum of RGB (Red+Green+Blue) = 187+217+98=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD962 is #44269D. Grayscale: #C2C2C2. Windows color (decimal): -4466334 or 6478267. OLE color: 6478267.

HSL color Cylindrical-coordinate representation of color #BBD962: hue angle of 75.13º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBD962 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB18721798-
CMYK0.1400.550.15
HSL75.13º61.03%61.76%-
HSV(B)75.13º54.84%85.1%-
XYZ47.5161.0720.84-
YUV194.4673.56122.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 98 (38.67% from 255) = 19.52%
R=37.25%
G=43.23%
B=19.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal187217980.1400.550.1575.1361.0361.76
HexBBD962E037F4b3d3e
Octal27333114216067171137576
Binary101110111101100111000101110011011111111001011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD962; }

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

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

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

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

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

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

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

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