#B0CA5D

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

Shades of Wild Willow #B0CA5D

Tints of Wild Willow #B0CA5D

Color information

#B0CA5D (or 0xB0CA5D) is unknown color: approx Wild Willow. HEX triplet: B0, CA and 5D. RGB value is (176,202,93). Sum of RGB (Red+Green+Blue) = 176+202+93=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA5D is #4F35A2. Grayscale: #B6B6B6. Windows color (decimal): -5191075 or 6146736. OLE color: 6146736.

HSL color Cylindrical-coordinate representation of color #B0CA5D: hue angle of 74.31º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0CA5D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB17620293-
CMYK0.1300.540.21
HSL74.31º50.7%57.84%-
HSV(B)74.31º53.96%79.22%-
XYZ4152.2618.28-
YUV181.877.89123.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=37.37%
G=42.89%
B=19.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176202930.1300.540.2174.3150.757.84
HexB0CA5DD036154a333a
Octal26031213515066251126372
Binary1011000011001010101110111010110110101011001010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CA5D; }

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

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

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

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

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

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

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

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