#B0B97C

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

Shades of Caper #B0B97C

Tints of Caper #B0B97C

Color information

#B0B97C (or 0xB0B97C) is unknown color: approx Caper. HEX triplet: B0, B9 and 7C. RGB value is (176,185,124). Sum of RGB (Red+Green+Blue) = 176+185+124=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B97C is #4F4683. Grayscale: #AFAFAF. Windows color (decimal): -5195396 or 8174000. OLE color: 8174000.

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

Color convert

RGB176185124-
CMYK0.0500.330.27
HSL68.85º30.35%60.59%-
HSV(B)68.85º32.97%72.55%-
XYZ38.8945.3825.78-
YUV175.3699.02128.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=36.29%
G=38.14%
B=25.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851240.0500.330.2768.8530.3560.59
HexB0B97C50211B451e3d
Octal2602711745041331053675
Binary10110000101110011111100101010000111011100010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B97C; }

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

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

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

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

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

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

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

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