#B0C75C

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

Shades of Wild Willow #B0C75C

Tints of Wild Willow #B0C75C

Color information

#B0C75C (or 0xB0C75C) is unknown color: approx Wild Willow. HEX triplet: B0, C7 and 5C. RGB value is (176,199,92). Sum of RGB (Red+Green+Blue) = 176+199+92=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C75C is #4F38A3. Grayscale: #B4B4B4. Windows color (decimal): -5191844 or 6080432. OLE color: 6080432.

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

Color convert

RGB17619992-
CMYK0.1200.540.22
HSL72.9º48.86%57.06%-
HSV(B)72.9º53.77%78.04%-
XYZ40.2650.8517.82-
YUV179.9278.38125.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=37.69%
G=42.61%
B=19.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176199920.1200.540.2272.948.8657.06
HexB0C75CC03616493139
Octal26030713414066261116171
Binary1011000011000111101110011000110110101101001001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C75C; }

 p { color: rgb(176,199,92); }

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

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

 a { background-color: rgb(176,199,92); }

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

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

 span { border-color: rgb(176,199,92); }

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