#B9CC5B

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

Shades of Wild Willow #B9CC5B

Tints of Wild Willow #B9CC5B

Color information

#B9CC5B (or 0xB9CC5B) is unknown color: approx Wild Willow. HEX triplet: B9, CC and 5B. RGB value is (185,204,91). Sum of RGB (Red+Green+Blue) = 185+204+91=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CC5B is #4633A4. Grayscale: #B9B9B9. Windows color (decimal): -4600741 or 6016185. OLE color: 6016185.

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

Color convert

RGB18520491-
CMYK0.0900.550.2
HSL70.09º52.56%57.84%-
HSV(B)70.09º55.39%80%-
XYZ43.4954.2618.08-
YUV185.4474.71127.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=38.54%
G=42.5%
B=18.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185204910.0900.550.270.0952.5657.84
HexB9CC5B90371446353a
Octal27131413311067241066572
Binary1011100111001100101101110010110111101001000110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CC5B; }

 p { color: rgb(185,204,91); }

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

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

 a { background-color: rgb(185,204,91); }

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

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

 span { border-color: rgb(185,204,91); }

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