#B4CC6C

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

Shades of Wild Willow #B4CC6C

Tints of Wild Willow #B4CC6C

Color information

#B4CC6C (or 0xB4CC6C) is unknown color: approx Wild Willow. HEX triplet: B4, CC and 6C. RGB value is (180,204,108). Sum of RGB (Red+Green+Blue) = 180+204+108=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC6C is #4B3393. Grayscale: #BABABA. Windows color (decimal): -4928404 or 7130292. OLE color: 7130292.

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

Color convert

RGB180204108-
CMYK0.1200.470.2
HSL75º48.48%61.18%-
HSV(B)75º47.06%80%-
XYZ43.1253.9722.33-
YUV185.8884.05123.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 204 (80.08% from 255) = 41.46%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=36.59%
G=41.46%
B=21.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041080.1200.470.27548.4861.18
HexB4CC6CC02F144b303d
Octal26431415414057241136075
Binary1011010011001100110110011000101111101001001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC6C; }

 p { color: rgb(180,204,108); }

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

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

 a { background-color: rgb(180,204,108); }

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

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

 span { border-color: rgb(180,204,108); }

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