#B0CA59

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

Shades of Wild Willow #B0CA59

Tints of Wild Willow #B0CA59

Color information

#B0CA59 (or 0xB0CA59) is unknown color: approx Wild Willow. HEX triplet: B0, CA and 59. RGB value is (176,202,89). Sum of RGB (Red+Green+Blue) = 176+202+89=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA59 is #4F35A6. Grayscale: #B5B5B5. Windows color (decimal): -5191079 or 5884592. OLE color: 5884592.

HSL color Cylindrical-coordinate representation of color #B0CA59: hue angle of 73.81º 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 #B0CA59 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB17620289-
CMYK0.1300.560.21
HSL73.81º51.6%57.06%-
HSV(B)73.81º55.94%79.22%-
XYZ40.8352.1917.37-
YUV181.3475.89124.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 89 (35.16% from 255) = 19.06%
R=37.69%
G=43.25%
B=19.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176202890.1300.560.2173.8151.657.06
HexB0CA59D038154a3439
Octal26031213115070251126471
Binary1011000011001010101100111010111000101011001010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA59; }

 p { color: rgb(176,202,89); }

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

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

 a { background-color: rgb(176,202,89); }

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

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

 span { border-color: rgb(176,202,89); }

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