#B6CC55

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

Shades of Wild Willow #B6CC55

Tints of Wild Willow #B6CC55

Color information

#B6CC55 (or 0xB6CC55) is unknown color: approx Wild Willow. HEX triplet: B6, CC and 55. RGB value is (182,204,85). Sum of RGB (Red+Green+Blue) = 182+204+85=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CC55 is #4933AA. Grayscale: #B8B8B8. Windows color (decimal): -4797355 or 5622966. OLE color: 5622966.

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

Color convert

RGB18220485-
CMYK0.1100.580.2
HSL71.09º53.85%56.67%-
HSV(B)71.09º58.33%80%-
XYZ42.5253.7916.73-
YUV183.8672.21126.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 204 (80.08% from 255) = 43.31%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=38.64%
G=43.31%
B=18.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182204850.1100.580.271.0953.8556.67
HexB6CC55B03A14473639
Octal26631412513072241076671
Binary1011011011001100101010110110111010101001000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CC55; }

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

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

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

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

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

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

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

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