#B6CF66

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

Shades of Wild Willow #B6CF66

Tints of Wild Willow #B6CF66

Color information

#B6CF66 (or 0xB6CF66) is unknown color: approx Wild Willow. HEX triplet: B6, CF and 66. RGB value is (182,207,102). Sum of RGB (Red+Green+Blue) = 182+207+102=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CF66 is #493099. Grayscale: #BBBBBB. Windows color (decimal): -4796570 or 6737846. OLE color: 6737846.

HSL color Cylindrical-coordinate representation of color #B6CF66: hue angle of 74.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6CF66 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB182207102-
CMYK0.1200.510.19
HSL74.29º52.24%60.59%-
HSV(B)74.29º50.72%81.18%-
XYZ4455.5320.97-
YUV187.5679.72124.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 207 (81.25% from 255) = 42.16%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=37.07%
G=42.16%
B=20.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822071020.1200.510.1974.2952.2460.59
HexB6CF66C033134a343d
Octal26631714614063231126475
Binary1011011011001111110011011000110011100111001010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CF66; }

 p { color: rgb(182,207,102); }

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

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

 a { background-color: rgb(182,207,102); }

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

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

 span { border-color: rgb(182,207,102); }

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