#B2B88A

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

Shades of Caper #B2B88A

Tints of Caper #B2B88A

Color information

#B2B88A (or 0xB2B88A) is unknown color: approx Caper. HEX triplet: B2, B8 and 8A. RGB value is (178,184,138). Sum of RGB (Red+Green+Blue) = 178+184+138=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B88A is #4D4775. Grayscale: #B1B1B1. Windows color (decimal): -5064566 or 9091250. OLE color: 9091250.

HSL color Cylindrical-coordinate representation of color #B2B88A: hue angle of 67.83º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B88A is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB178184138-
CMYK0.0300.250.28
HSL67.83º24.47%63.14%-
HSV(B)67.83º25%72.16%-
XYZ40.0945.5830.73-
YUV176.96106.01128.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 184 (72.27% from 255) = 36.8%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=35.6%
G=36.8%
B=27.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781841380.0300.250.2867.8324.4763.14
HexB2B88A30191C44183f
Octal2622702123031341043077
Binary1011001010111000100010101101100111100100010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B88A; }

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

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

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

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

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

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

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

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