#B2CC79

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

Shades of Caper #B2CC79

Tints of Caper #B2CC79

Color information

#B2CC79 (or 0xB2CC79) is unknown color: approx Caper. HEX triplet: B2, CC and 79. RGB value is (178,204,121). Sum of RGB (Red+Green+Blue) = 178+204+121=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC79 is #4D3386. Grayscale: #BBBBBB. Windows color (decimal): -5059463 or 7982258. OLE color: 7982258.

HSL color Cylindrical-coordinate representation of color #B2CC79: hue angle of 78.8º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2CC79 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB178204121-
CMYK0.1300.410.2
HSL78.8º44.86%63.73%-
HSV(B)78.8º40.69%80%-
XYZ43.454.0326.23-
YUV186.7690.89121.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 121 (47.66% from 255) = 24.06%
R=35.39%
G=40.56%
B=24.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041210.1300.410.278.844.8663.73
HexB2CC79D029144f2d40
Octal262314171150512411755100
Binary10110010110011001111001110101010011010010011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC79; }

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

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

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

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

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

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

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

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