#B2C389

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

Shades of Caper #B2C389

Tints of Caper #B2C389

Color information

#B2C389 (or 0xB2C389) is unknown color: approx Caper. HEX triplet: B2, C3 and 89. RGB value is (178,195,137). Sum of RGB (Red+Green+Blue) = 178+195+137=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C389 is #4D3C76. Grayscale: #B7B7B7. Windows color (decimal): -5061751 or 9028530. OLE color: 9028530.

HSL color Cylindrical-coordinate representation of color #B2C389: hue angle of 77.59º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2C389 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB178195137-
CMYK0.0900.300.24
HSL77.59º32.58%65.1%-
HSV(B)77.59º29.74%76.47%-
XYZ42.3950.331.14-
YUV183.3101.87124.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 137 (53.91% from 255) = 26.86%
R=34.90%
G=38.24%
B=26.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951370.0900.300.2477.5932.5865.1
HexB2C389901E184e2141
Octal262303211110363011641101
Binary10110010110000111000100110010111101100010011101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C389; }

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

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

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

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

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

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

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

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