#B7CB71

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

Shades of Wild Willow #B7CB71

Tints of Wild Willow #B7CB71

Color information

#B7CB71 (or 0xB7CB71) is unknown color: approx Wild Willow. HEX triplet: B7, CB and 71. RGB value is (183,203,113). Sum of RGB (Red+Green+Blue) = 183+203+113=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CB71 is #48348E. Grayscale: #BBBBBB. Windows color (decimal): -4732047 or 7457719. OLE color: 7457719.

HSL color Cylindrical-coordinate representation of color #B7CB71: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7CB71 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB183203113-
CMYK0.1000.440.20
HSL73.33º46.39%61.96%-
HSV(B)73.33º44.33%79.61%-
XYZ43.8753.9723.73-
YUV186.7686.37125.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=36.67%
G=40.68%
B=22.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832031130.1000.440.2073.3346.3961.96
HexB7CB71A02C14492e3e
Octal26731316112054241115676
Binary1011011111001011111000110100101100101001001001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CB71; }

 p { color: rgb(183,203,113); }

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

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

 a { background-color: rgb(183,203,113); }

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

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

 span { border-color: rgb(183,203,113); }

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