#B0C360

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

Shades of Wild Willow #B0C360

Tints of Wild Willow #B0C360

Color information

#B0C360 (or 0xB0C360) is unknown color: approx Wild Willow. HEX triplet: B0, C3 and 60. RGB value is (176,195,96). Sum of RGB (Red+Green+Blue) = 176+195+96=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C360 is #4F3C9F. Grayscale: #B2B2B2. Windows color (decimal): -5192864 or 6341552. OLE color: 6341552.

HSL color Cylindrical-coordinate representation of color #B0C360: hue angle of 71.52º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0C360 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB17619596-
CMYK0.1000.510.24
HSL71.52º45.21%57.06%-
HSV(B)71.52º50.77%76.47%-
XYZ39.5349.118.46-
YUV178.0381.71126.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=37.69%
G=41.76%
B=20.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176195960.1000.510.2471.5245.2157.06
HexB0C360A03318482d39
Octal26030314012063301105571
Binary1011000011000011110000010100110011110001001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C360; }

 p { color: rgb(176,195,96); }

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

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

 a { background-color: rgb(176,195,96); }

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

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

 span { border-color: rgb(176,195,96); }

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