#B4CC6E

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

Shades of Wild Willow #B4CC6E

Tints of Wild Willow #B4CC6E

Color information

#B4CC6E (or 0xB4CC6E) is unknown color: approx Wild Willow. HEX triplet: B4, CC and 6E. RGB value is (180,204,110). Sum of RGB (Red+Green+Blue) = 180+204+110=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC6E is #4B3391. Grayscale: #BABABA. Windows color (decimal): -4928402 or 7261364. OLE color: 7261364.

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

Color convert

RGB180204110-
CMYK0.1200.460.2
HSL75.32º47.96%61.57%-
HSV(B)75.32º46.08%80%-
XYZ43.2354.0122.9-
YUV186.1185.05123.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 110 (43.36% from 255) = 22.27%
R=36.44%
G=41.30%
B=22.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041100.1200.460.275.3247.9661.57
HexB4CC6EC02E144b303e
Octal26431415614056241136076
Binary1011010011001100110111011000101110101001001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC6E; }

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

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

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

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

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

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

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

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