#B6CC6D

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

Shades of Wild Willow #B6CC6D

Tints of Wild Willow #B6CC6D

Color information

#B6CC6D (or 0xB6CC6D) is unknown color: approx Wild Willow. HEX triplet: B6, CC and 6D. RGB value is (182,204,109). Sum of RGB (Red+Green+Blue) = 182+204+109=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CC6D is #493392. Grayscale: #BABABA. Windows color (decimal): -4797331 or 7195830. OLE color: 7195830.

HSL color Cylindrical-coordinate representation of color #B6CC6D: hue angle of 73.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6CC6D is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB182204109-
CMYK0.1100.470.2
HSL73.89º48.22%61.37%-
HSV(B)73.89º46.57%80%-
XYZ43.6454.2322.64-
YUV186.5984.21124.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=36.77%
G=41.21%
B=22.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822041090.1100.470.273.8948.2261.37
HexB6CC6DB02F144a303d
Octal26631415513057241126075
Binary1011011011001100110110110110101111101001001010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CC6D; }

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

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

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

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

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

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

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

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