#BBCD5E

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

Shades of Wild Willow #BBCD5E

Tints of Wild Willow #BBCD5E

Color information

#BBCD5E (or 0xBBCD5E) is unknown color: approx Wild Willow. HEX triplet: BB, CD and 5E. RGB value is (187,205,94). Sum of RGB (Red+Green+Blue) = 187+205+94=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD5E is #4432A1. Grayscale: #BBBBBB. Windows color (decimal): -4469410 or 6213051. OLE color: 6213051.

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

Color convert

RGB18720594-
CMYK0.0900.540.20
HSL69.73º52.61%58.63%-
HSV(B)69.73º54.15%80.39%-
XYZ44.3555.0418.88-
YUV186.9675.54128.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=38.48%
G=42.18%
B=19.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187205940.0900.540.2069.7352.6158.63
HexBBCD5E90361446353b
Octal27331513611066241066573
Binary1011101111001101101111010010110110101001000110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD5E; }

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

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

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

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

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

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

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

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