#B6CF6D

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

Shades of Wild Willow #B6CF6D

Tints of Wild Willow #B6CF6D

Color information

#B6CF6D (or 0xB6CF6D) is unknown color: approx Wild Willow. HEX triplet: B6, CF and 6D. RGB value is (182,207,109). Sum of RGB (Red+Green+Blue) = 182+207+109=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CF6D is #493092. Grayscale: #BCBCBC. Windows color (decimal): -4796563 or 7196598. OLE color: 7196598.

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

Color convert

RGB182207109-
CMYK0.1200.470.19
HSL75.31º50.52%61.96%-
HSV(B)75.31º47.34%81.18%-
XYZ44.3655.6722.88-
YUV188.3583.22123.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 207 (81.25% from 255) = 41.57%
BLUE value IS 109 (42.97% from 255) = 21.89%
R=36.55%
G=41.57%
B=21.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822071090.1200.470.1975.3150.5261.96
HexB6CF6DC02F134b333e
Octal26631715514057231136376
Binary1011011011001111110110111000101111100111001011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CF6D; }

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

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

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

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

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

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

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

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