#B2B78B

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

Shades of Caper #B2B78B

Tints of Caper #B2B78B

Color information

#B2B78B (or 0xB2B78B) is unknown color: approx Caper. HEX triplet: B2, B7 and 8B. RGB value is (178,183,139). Sum of RGB (Red+Green+Blue) = 178+183+139=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B78B is #4D4874. Grayscale: #B0B0B0. Windows color (decimal): -5064821 or 9156530. OLE color: 9156530.

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

Color convert

RGB178183139-
CMYK0.0300.240.28
HSL66.82º23.4%63.14%-
HSV(B)66.82º24.04%71.76%-
XYZ39.9545.231.04-
YUV176.49106.84129.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=35.6%
G=36.6%
B=27.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831390.0300.240.2866.8223.463.14
HexB2B78B30181C43173f
Octal2622672133030341032777
Binary1011001010110111100010111101100011100100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B78B; }

 p { color: rgb(178,183,139); }

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

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

 a { background-color: rgb(178,183,139); }

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

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

 span { border-color: rgb(178,183,139); }

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