#B2C072

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

Shades of Caper #B2C072

Tints of Caper #B2C072

Color information

#B2C072 (or 0xB2C072) is unknown color: approx Caper. HEX triplet: B2, C0 and 72. RGB value is (178,192,114). Sum of RGB (Red+Green+Blue) = 178+192+114=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C072 is #4D3F8D. Grayscale: #B3B3B3. Windows color (decimal): -5062542 or 7520434. OLE color: 7520434.

HSL color Cylindrical-coordinate representation of color #B2C072: hue angle of 70.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2C072 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB178192114-
CMYK0.0700.410.25
HSL70.77º38.24%60%-
HSV(B)70.77º40.62%75.29%-
XYZ40.2548.3823.14-
YUV178.9291.36127.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 192 (75.39% from 255) = 39.67%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=36.78%
G=39.67%
B=23.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921140.0700.410.2570.7738.2460
HexB2C07270291947263c
Octal2623001627051311074674
Binary101100101100000011100101110101001110011000111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C072; }

 p { color: rgb(178,192,114); }

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

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

 a { background-color: rgb(178,192,114); }

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

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

 span { border-color: rgb(178,192,114); }

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