#b9ca58

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

Shades of Wild Willow #B9CA58

Tints of Wild Willow #B9CA58

Color information

#B9CA58 (or 0xB9CA58) is unknown color: approx Wild Willow. HEX triplet: B9, CA and 58. RGB value is (185,202,88). Sum of RGB (Red+Green+Blue) = 185+202+88=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA58 is #4635A7. Grayscale: #B8B8B8. Windows color (decimal): -4601256 or 5819065. OLE color: 5819065.

HSL color Cylindrical-coordinate representation of color #B9CA58: hue angle of 68.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9CA58 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB18520288-
CMYK0.0800.560.21
HSL68.95º51.82%56.86%-
HSV(B)68.95º56.44%79.22%-
XYZ42.8953.2617.25-
YUV183.9273.87128.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=38.95%
G=42.53%
B=18.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185202880.0800.560.2168.9551.8256.86
HexB9CA58803815453439
Octal27131213010070251056471
Binary1011100111001010101100010000111000101011000101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9ca58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9ca58; }

 p { color: rgb(185,202,88); }

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

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

 a { background-color: rgb(185,202,88); }

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

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

 span { border-color: rgb(185,202,88); }

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