#B2C88D

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

Shades of Caper #B2C88D

Tints of Caper #B2C88D

Color information

#B2C88D (or 0xB2C88D) is unknown color: approx Caper. HEX triplet: B2, C8 and 8D. RGB value is (178,200,141). Sum of RGB (Red+Green+Blue) = 178+200+141=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C88D is #4D3772. Grayscale: #BABABA. Windows color (decimal): -5060467 or 9291954. OLE color: 9291954.

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

Color convert

RGB178200141-
CMYK0.1100.290.22
HSL82.37º34.91%66.86%-
HSV(B)82.37º29.5%78.43%-
XYZ43.8252.733.06-
YUV186.7102.21121.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.30%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=34.30%
G=38.54%
B=27.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1782001410.1100.290.2282.3734.9166.86
HexB2C88DB01D16522343
Octal262310215130352612243103
Binary10110010110010001000110110110111011011010100101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C88D; }

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

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

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

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

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

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

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

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