#BBCD72

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

Shades of Wild Willow #BBCD72

Tints of Wild Willow #BBCD72

Color information

#BBCD72 (or 0xBBCD72) is unknown color: approx Wild Willow. HEX triplet: BB, CD and 72. RGB value is (187,205,114). Sum of RGB (Red+Green+Blue) = 187+205+114=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD72 is #44328D. Grayscale: #BDBDBD. Windows color (decimal): -4469390 or 7523771. OLE color: 7523771.

HSL color Cylindrical-coordinate representation of color #BBCD72: hue angle of 71.87º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBCD72 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB187205114-
CMYK0.0900.440.20
HSL71.87º47.64%62.55%-
HSV(B)71.87º44.39%80.39%-
XYZ45.3655.4424.23-
YUV189.2485.54126.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=36.96%
G=40.51%
B=22.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051140.0900.440.2071.8747.6462.55
HexBBCD72902C1448303f
Octal27331516211054241106077
Binary1011101111001101111001010010101100101001001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD72; }

 p { color: rgb(187,205,114); }

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

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

 a { background-color: rgb(187,205,114); }

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

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

 span { border-color: rgb(187,205,114); }

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