#B3CC6A

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

Shades of Wild Willow #B3CC6A

Tints of Wild Willow #B3CC6A

Color information

#B3CC6A (or 0xB3CC6A) is unknown color: approx Wild Willow. HEX triplet: B3, CC and 6A. RGB value is (179,204,106). Sum of RGB (Red+Green+Blue) = 179+204+106=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CC6A is #4C3395. Grayscale: #B9B9B9. Windows color (decimal): -4993942 or 6999219. OLE color: 6999219.

HSL color Cylindrical-coordinate representation of color #B3CC6A: hue angle of 75.31º degrees, saturation: 0.49, 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 #B3CC6A is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB179204106-
CMYK0.1200.480.2
HSL75.31º49%60.78%-
HSV(B)75.31º48.04%80%-
XYZ42.7853.8121.77-
YUV185.3583.22123.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.61%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=36.61%
G=41.72%
B=21.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792041060.1200.480.275.314960.78
HexB3CC6AC030144b313d
Octal26331415214060241136175
Binary1011001111001100110101011000110000101001001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CC6A; }

 p { color: rgb(179,204,106); }

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

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

 a { background-color: rgb(179,204,106); }

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

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

 span { border-color: rgb(179,204,106); }

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