#B2C88A

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

Shades of Caper #B2C88A

Tints of Caper #B2C88A

Color information

#B2C88A (or 0xB2C88A) is unknown color: approx Caper. HEX triplet: B2, C8 and 8A. RGB value is (178,200,138). Sum of RGB (Red+Green+Blue) = 178+200+138=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C88A is #4D3775. Grayscale: #BABABA. Windows color (decimal): -5060470 or 9095346. OLE color: 9095346.

HSL color Cylindrical-coordinate representation of color #B2C88A: hue angle of 81.29º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2C88A is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB178200138-
CMYK0.1100.310.22
HSL81.29º36.05%66.27%-
HSV(B)81.29º31%78.43%-
XYZ43.652.6131.9-
YUV186.35100.71122.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.50%
GREEN value IS 200 (78.52% from 255) = 38.76%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=34.50%
G=38.76%
B=26.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1782001380.1100.310.2281.2936.0566.27
HexB2C88AB01F16512442
Octal262310212130372612144102
Binary10110010110010001000101010110111111011010100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C88A; }

 p { color: rgb(178,200,138); }

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

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

 a { background-color: rgb(178,200,138); }

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

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

 span { border-color: rgb(178,200,138); }

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