#B2C579

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

Shades of Caper #B2C579

Tints of Caper #B2C579

Color information

#B2C579 (or 0xB2C579) is unknown color: approx Caper. HEX triplet: B2, C5 and 79. RGB value is (178,197,121). Sum of RGB (Red+Green+Blue) = 178+197+121=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C579 is #4D3A86. Grayscale: #B6B6B6. Windows color (decimal): -5061255 or 7980466. OLE color: 7980466.

HSL color Cylindrical-coordinate representation of color #B2C579: hue angle of 75º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2C579 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB178197121-
CMYK0.1000.390.23
HSL75º39.58%62.35%-
HSV(B)75º38.58%77.25%-
XYZ41.7850.7825.69-
YUV182.6693.21124.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=35.89%
G=39.72%
B=24.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781971210.1000.390.237539.5862.35
HexB2C579A027174b283e
Octal26230517112047271135076
Binary1011001011000101111100110100100111101111001011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C579; }

 p { color: rgb(178,197,121); }

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

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

 a { background-color: rgb(178,197,121); }

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

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

 span { border-color: rgb(178,197,121); }

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