#B0B97B

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

Shades of Caper #B0B97B

Tints of Caper #B0B97B

Color information

#B0B97B (or 0xB0B97B) is unknown color: approx Caper. HEX triplet: B0, B9 and 7B. RGB value is (176,185,123). Sum of RGB (Red+Green+Blue) = 176+185+123=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B97B is #4F4684. Grayscale: #AFAFAF. Windows color (decimal): -5195397 or 8108464. OLE color: 8108464.

HSL color Cylindrical-coordinate representation of color #B0B97B: hue angle of 68.71º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0B97B is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB176185123-
CMYK0.0500.340.27
HSL68.71º30.69%60.39%-
HSV(B)68.71º33.51%72.55%-
XYZ38.8345.3625.45-
YUV175.2498.52128.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=36.36%
G=38.22%
B=25.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851230.0500.340.2768.7130.6960.39
HexB0B97B50221B451f3c
Octal2602711735042331053774
Binary10110000101110011111011101010001011011100010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B97B; }

 p { color: rgb(176,185,123); }

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

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

 a { background-color: rgb(176,185,123); }

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

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

 span { border-color: rgb(176,185,123); }

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