#B6CD6A

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

Shades of Wild Willow #B6CD6A

Tints of Wild Willow #B6CD6A

Color information

#B6CD6A (or 0xB6CD6A) is unknown color: approx Wild Willow. HEX triplet: B6, CD and 6A. RGB value is (182,205,106). Sum of RGB (Red+Green+Blue) = 182+205+106=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CD6A is #493295. Grayscale: #BBBBBB. Windows color (decimal): -4797078 or 6999478. OLE color: 6999478.

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

Color convert

RGB182205106-
CMYK0.1100.480.20
HSL73.94º49.75%60.98%-
HSV(B)73.94º48.29%80.39%-
XYZ43.7254.6521.88-
YUV186.8482.38124.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.92%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=36.92%
G=41.58%
B=21.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051060.1100.480.2073.9449.7560.98
HexB6CD6AB030144a323d
Octal26631515213060241126275
Binary1011011011001101110101010110110000101001001010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD6A; }

 p { color: rgb(182,205,106); }

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

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

 a { background-color: rgb(182,205,106); }

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

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

 span { border-color: rgb(182,205,106); }

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