#B7CA6E

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

Shades of Wild Willow #B7CA6E

Tints of Wild Willow #B7CA6E

Color information

#B7CA6E (or 0xB7CA6E) is unknown color: approx Wild Willow. HEX triplet: B7, CA and 6E. RGB value is (183,202,110). Sum of RGB (Red+Green+Blue) = 183+202+110=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA6E is #483591. Grayscale: #BABABA. Windows color (decimal): -4732306 or 7260855. OLE color: 7260855.

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

Color convert

RGB183202110-
CMYK0.0900.460.21
HSL72.39º46.46%61.18%-
HSV(B)72.39º45.54%79.22%-
XYZ43.4653.4322.77-
YUV185.8385.21125.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 202 (79.30% from 255) = 40.81%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=36.97%
G=40.81%
B=22.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832021100.0900.460.2172.3946.4661.18
HexB7CA6E902E15482e3d
Octal26731215611056251105675
Binary1011011111001010110111010010101110101011001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CA6E; }

 p { color: rgb(183,202,110); }

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

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

 a { background-color: rgb(183,202,110); }

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

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

 span { border-color: rgb(183,202,110); }

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