#B6CC68

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

Shades of Wild Willow #B6CC68

Tints of Wild Willow #B6CC68

Color information

#B6CC68 (or 0xB6CC68) is unknown color: approx Wild Willow. HEX triplet: B6, CC and 68. RGB value is (182,204,104). Sum of RGB (Red+Green+Blue) = 182+204+104=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CC68 is #493397. Grayscale: #BABABA. Windows color (decimal): -4797336 or 6868150. OLE color: 6868150.

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

Color convert

RGB182204104-
CMYK0.1100.490.2
HSL73.2º49.5%60.39%-
HSV(B)73.2º49.02%80%-
XYZ43.3854.1321.26-
YUV186.0281.71125.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.14%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=37.14%
G=41.63%
B=21.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1822041040.1100.490.273.249.560.39
HexB6CC68B0311449323c
Octal26631415013061241116274
Binary1011011011001100110100010110110001101001001001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CC68; }

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

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

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

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

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

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

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

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