#B2CA72

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

Shades of Caper #B2CA72

Tints of Caper #B2CA72

Color information

#B2CA72 (or 0xB2CA72) is unknown color: approx Caper. HEX triplet: B2, CA and 72. RGB value is (178,202,114). Sum of RGB (Red+Green+Blue) = 178+202+114=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA72 is #4D358D. Grayscale: #B9B9B9. Windows color (decimal): -5059982 or 7522994. OLE color: 7522994.

HSL color Cylindrical-coordinate representation of color #B2CA72: hue angle of 76.36º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2CA72 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB178202114-
CMYK0.1200.440.21
HSL76.36º45.36%61.96%-
HSV(B)76.36º43.56%79.22%-
XYZ42.5252.9223.89-
YUV184.7988.05123.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 202 (79.30% from 255) = 40.89%
BLUE value IS 114 (44.92% from 255) = 23.08%
R=36.03%
G=40.89%
B=23.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782021140.1200.440.2176.3645.3661.96
HexB2CA72C02C154c2d3e
Octal26231216214054251145576
Binary1011001011001010111001011000101100101011001100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA72; }

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

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

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

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

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

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

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

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