#B2C663

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

Shades of Wild Willow #B2C663

Tints of Wild Willow #B2C663

Color information

#B2C663 (or 0xB2C663) is unknown color: approx Wild Willow. HEX triplet: B2, C6 and 63. RGB value is (178,198,99). Sum of RGB (Red+Green+Blue) = 178+198+99=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C663 is #4D399C. Grayscale: #B5B5B5. Windows color (decimal): -5061021 or 6538930. OLE color: 6538930.

HSL color Cylindrical-coordinate representation of color #B2C663: hue angle of 72.12º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2C663 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB17819899-
CMYK0.1000.500.22
HSL72.12º46.48%58.24%-
HSV(B)72.12º50%77.65%-
XYZ40.8150.7519.45-
YUV180.7381.87126.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=37.47%
G=41.68%
B=20.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178198990.1000.500.2272.1246.4858.24
HexB2C663A03216482e3a
Octal26230614312062261105672
Binary1011001011000110110001110100110010101101001000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C663; }

 p { color: rgb(178,198,99); }

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

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

 a { background-color: rgb(178,198,99); }

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

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

 span { border-color: rgb(178,198,99); }

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