#B0B78B

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

Shades of Caper #B0B78B

Tints of Caper #B0B78B

Color information

#B0B78B (or 0xB0B78B) is unknown color: approx Caper. HEX triplet: B0, B7 and 8B. RGB value is (176,183,139). Sum of RGB (Red+Green+Blue) = 176+183+139=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B78B is #4F4874. Grayscale: #B0B0B0. Windows color (decimal): -5195893 or 9156528. OLE color: 9156528.

HSL color Cylindrical-coordinate representation of color #B0B78B: hue angle of 69.55º 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 #B0B78B is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB176183139-
CMYK0.0400.240.28
HSL69.55º23.4%63.14%-
HSV(B)69.55º24.04%71.76%-
XYZ39.544.9631.02-
YUV175.89107.18128.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=35.34%
G=36.75%
B=27.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761831390.0400.240.2869.5523.463.14
HexB0B78B40181C46173f
Octal2602672134030341062777
Binary10110000101101111000101110001100011100100011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B78B; }

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

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

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

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

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

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

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

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