#B2CC88

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

Shades of Caper #B2CC88

Tints of Caper #B2CC88

Color information

#B2CC88 (or 0xB2CC88) is unknown color: approx Caper. HEX triplet: B2, CC and 88. RGB value is (178,204,136). Sum of RGB (Red+Green+Blue) = 178+204+136=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CC88 is #4D3377. Grayscale: #BCBCBC. Windows color (decimal): -5059448 or 8965298. OLE color: 8965298.

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

Color convert

RGB178204136-
CMYK0.1300.330.2
HSL82.94º40%66.67%-
HSV(B)82.94º33.33%80%-
XYZ44.454.4331.46-
YUV188.4798.39120.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=34.36%
G=39.38%
B=26.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1782041360.1300.330.282.944066.67
HexB2CC88D02114532843
Octal262314210150412412350103
Binary101100101100110010001000110101000011010010100111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CC88; }

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

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

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

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

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

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

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

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