#B0C767

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

Shades of Wild Willow #B0C767

Tints of Wild Willow #B0C767

Color information

#B0C767 (or 0xB0C767) is unknown color: approx Wild Willow. HEX triplet: B0, C7 and 67. RGB value is (176,199,103). Sum of RGB (Red+Green+Blue) = 176+199+103=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C767 is #4F3898. Grayscale: #B5B5B5. Windows color (decimal): -5191833 or 6801328. OLE color: 6801328.

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

Color convert

RGB176199103-
CMYK0.1200.480.22
HSL74.38º46.15%59.22%-
HSV(B)74.38º48.24%78.04%-
XYZ40.7851.0620.54-
YUV181.1883.88124.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 103 (40.62% from 255) = 21.55%
R=36.82%
G=41.63%
B=21.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761991030.1200.480.2274.3846.1559.22
HexB0C767C030164a2e3b
Octal26030714714060261125673
Binary1011000011000111110011111000110000101101001010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C767; }

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

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

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

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

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

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

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

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