#B2C175

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

Shades of Caper #B2C175

Tints of Caper #B2C175

Color information

#B2C175 (or 0xB2C175) is unknown color: approx Caper. HEX triplet: B2, C1 and 75. RGB value is (178,193,117). Sum of RGB (Red+Green+Blue) = 178+193+117=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C175 is #4D3E8A. Grayscale: #B4B4B4. Windows color (decimal): -5062283 or 7717298. OLE color: 7717298.

HSL color Cylindrical-coordinate representation of color #B2C175: hue angle of 71.84º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2C175 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB178193117-
CMYK0.0800.390.24
HSL71.84º38%60.78%-
HSV(B)71.84º39.38%75.69%-
XYZ40.6448.8924.12-
YUV179.8592.53126.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.48%
GREEN value IS 193 (75.78% from 255) = 39.55%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=36.48%
G=39.55%
B=23.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781931170.0800.390.2471.843860.78
HexB2C17580271848263d
Octal26230116510047301104675
Binary1011001011000001111010110000100111110001001000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C175; }

 p { color: rgb(178,193,117); }

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

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

 a { background-color: rgb(178,193,117); }

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

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

 span { border-color: rgb(178,193,117); }

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