#B6CA6D

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

Shades of Wild Willow #B6CA6D

Tints of Wild Willow #B6CA6D

Color information

#B6CA6D (or 0xB6CA6D) is unknown color: approx Wild Willow. HEX triplet: B6, CA and 6D. RGB value is (182,202,109). Sum of RGB (Red+Green+Blue) = 182+202+109=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CA6D is #493592. Grayscale: #B9B9B9. Windows color (decimal): -4797843 or 7195318. OLE color: 7195318.

HSL color Cylindrical-coordinate representation of color #B6CA6D: hue angle of 72.9º degrees, saturation: 0.47, 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 #B6CA6D is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB182202109-
CMYK0.1000.460.21
HSL72.9º46.73%60.98%-
HSV(B)72.9º46.04%79.22%-
XYZ43.1753.2922.48-
YUV185.4284.87125.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=36.92%
G=40.97%
B=22.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1822021090.1000.460.2172.946.7360.98
HexB6CA6DA02E15492f3d
Octal26631215512056251115775
Binary1011011011001010110110110100101110101011001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA6D; }

 p { color: rgb(182,202,109); }

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

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

 a { background-color: rgb(182,202,109); }

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

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

 span { border-color: rgb(182,202,109); }

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