#B2C081

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

Shades of Caper #B2C081

Tints of Caper #B2C081

Color information

#B2C081 (or 0xB2C081) is unknown color: approx Caper. HEX triplet: B2, C0 and 81. RGB value is (178,192,129). Sum of RGB (Red+Green+Blue) = 178+192+129=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C081 is #4D3F7E. Grayscale: #B4B4B4. Windows color (decimal): -5062527 or 8503474. OLE color: 8503474.

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

Color convert

RGB178192129-
CMYK0.0700.330.25
HSL73.33º33.33%62.94%-
HSV(B)73.33º32.81%75.29%-
XYZ41.1748.7528.01-
YUV180.6398.86126.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 129 (50.78% from 255) = 25.85%
R=35.67%
G=38.48%
B=25.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781921290.0700.330.2573.3333.3362.94
HexB2C08170211949213f
Octal2623002017041311114177
Binary1011001011000000100000011110100001110011001001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C081; }

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

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

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

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

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

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

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

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