#B7C760

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

Shades of Wild Willow #B7C760

Tints of Wild Willow #B7C760

Color information

#B7C760 (or 0xB7C760) is unknown color: approx Wild Willow. HEX triplet: B7, C7 and 60. RGB value is (183,199,96). Sum of RGB (Red+Green+Blue) = 183+199+96=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #B7C760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C760 is #48389F. Grayscale: #B6B6B6. Windows color (decimal): -4733088 or 6342583. OLE color: 6342583.

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

Color convert

RGB18319996-
CMYK0.0800.520.22
HSL69.32º47.91%57.84%-
HSV(B)69.32º51.76%78.04%-
XYZ42.0651.7618.84-
YUV182.4779.2128.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 199 (78.12% from 255) = 41.63%
BLUE value IS 96 (37.89% from 255) = 20.08%
R=38.28%
G=41.63%
B=20.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183199960.0800.520.2269.3247.9157.84
HexB7C76080341645303a
Octal26730714010064261056072
Binary1011011111000111110000010000110100101101000101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C760; }

 p { color: rgb(183,199,96); }

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

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

 a { background-color: rgb(183,199,96); }

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

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

 span { border-color: rgb(183,199,96); }

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