#B9D25A

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

Shades of Wild Willow #B9D25A

Tints of Wild Willow #B9D25A

Color information

#B9D25A (or 0xB9D25A) is unknown color: approx Wild Willow. HEX triplet: B9, D2 and 5A. RGB value is (185,210,90). Sum of RGB (Red+Green+Blue) = 185+210+90=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D25A is #462DA5. Grayscale: #BDBDBD. Windows color (decimal): -4599206 or 5952185. OLE color: 5952185.

HSL color Cylindrical-coordinate representation of color #B9D25A: hue angle of 72.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9D25A is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB18521090-
CMYK0.1200.570.18
HSL72.5º57.14%58.82%-
HSV(B)72.5º57.14%82.35%-
XYZ44.957.1518.34-
YUV188.8472.22125.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 90 (35.55% from 255) = 18.56%
R=38.14%
G=43.30%
B=18.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185210900.1200.570.1872.557.1458.82
HexB9D25AC0391248393b
Octal27132213214071221107173
Binary1011100111010010101101011000111001100101001000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D25A; }

 p { color: rgb(185,210,90); }

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

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

 a { background-color: rgb(185,210,90); }

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

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

 span { border-color: rgb(185,210,90); }

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