#B0C85A

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

Shades of Wild Willow #B0C85A

Tints of Wild Willow #B0C85A

Color information

#B0C85A (or 0xB0C85A) is unknown color: approx Wild Willow. HEX triplet: B0, C8 and 5A. RGB value is (176,200,90). Sum of RGB (Red+Green+Blue) = 176+200+90=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C85A is #4F37A5. Grayscale: #B4B4B4. Windows color (decimal): -5191590 or 5949616. OLE color: 5949616.

HSL color Cylindrical-coordinate representation of color #B0C85A: hue angle of 73.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0C85A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB17620090-
CMYK0.1200.550.22
HSL73.09º50%56.86%-
HSV(B)73.09º55%78.43%-
XYZ40.451.2817.44-
YUV180.2877.05124.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 200 (78.52% from 255) = 42.92%
BLUE value IS 90 (35.55% from 255) = 19.31%
R=37.77%
G=42.92%
B=19.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176200900.1200.550.2273.095056.86
HexB0C85AC03716493239
Octal26031013214067261116271
Binary1011000011001000101101011000110111101101001001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C85A; }

 p { color: rgb(176,200,90); }

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

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

 a { background-color: rgb(176,200,90); }

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

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

 span { border-color: rgb(176,200,90); }

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