#B2C889

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

Shades of Caper #B2C889

Tints of Caper #B2C889

Color information

#B2C889 (or 0xB2C889) is unknown color: approx Caper. HEX triplet: B2, C8 and 89. RGB value is (178,200,137). Sum of RGB (Red+Green+Blue) = 178+200+137=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C889 is #4D3776. Grayscale: #BABABA. Windows color (decimal): -5060471 or 9029810. OLE color: 9029810.

HSL color Cylindrical-coordinate representation of color #B2C889: hue angle of 80.95º 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 #B2C889 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB178200137-
CMYK0.1100.320.22
HSL80.95º36.42%66.08%-
HSV(B)80.95º31.5%78.43%-
XYZ43.5352.5831.52-
YUV186.24100.21122.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=34.56%
G=38.83%
B=26.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1782001370.1100.320.2280.9536.4266.08
HexB2C889B02016512442
Octal262310211130402612144102
Binary101100101100100010001001101101000001011010100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C889; }

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

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

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

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

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

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

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

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