#B7C956

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

Shades of Wild Willow #B7C956

Tints of Wild Willow #B7C956

Color information

#B7C956 (or 0xB7C956) is unknown color: approx Wild Willow. HEX triplet: B7, C9 and 56. RGB value is (183,201,86). Sum of RGB (Red+Green+Blue) = 183+201+86=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C956 is #4836A9. Grayscale: #B6B6B6. Windows color (decimal): -4732586 or 5687735. OLE color: 5687735.

HSL color Cylindrical-coordinate representation of color #B7C956: hue angle of 69.39º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7C956 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB18320186-
CMYK0.0900.570.21
HSL69.39º51.57%56.27%-
HSV(B)69.39º57.21%78.82%-
XYZ42.0952.5116.72-
YUV182.5173.54128.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 86 (33.98% from 255) = 18.30%
R=38.94%
G=42.77%
B=18.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183201860.0900.570.2169.3951.5756.27
HexB7C956903915453438
Octal26731112611071251056470
Binary1011011111001001101011010010111001101011000101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C956; }

 p { color: rgb(183,201,86); }

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

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

 a { background-color: rgb(183,201,86); }

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

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

 span { border-color: rgb(183,201,86); }

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