#B9CD5B

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

Shades of Wild Willow #B9CD5B

Tints of Wild Willow #B9CD5B

Color information

#B9CD5B (or 0xB9CD5B) is unknown color: approx Wild Willow. HEX triplet: B9, CD and 5B. RGB value is (185,205,91). Sum of RGB (Red+Green+Blue) = 185+205+91=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CD5B is #4632A4. Grayscale: #BABABA. Windows color (decimal): -4600485 or 6016441. OLE color: 6016441.

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

Color convert

RGB18520591-
CMYK0.1000.560.20
HSL70.53º53.27%58.04%-
HSV(B)70.53º55.61%80.39%-
XYZ43.7354.7318.16-
YUV186.0274.37127.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 91 (35.94% from 255) = 18.92%
R=38.46%
G=42.62%
B=18.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185205910.1000.560.2070.5353.2758.04
HexB9CD5BA0381447353a
Octal27131513312070241076572
Binary1011100111001101101101110100111000101001000111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CD5B; }

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

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

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

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

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

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

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

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