#B0C973

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

Shades of Caper #B0C973

Tints of Caper #B0C973

Color information

#B0C973 (or 0xB0C973) is unknown color: approx Caper. HEX triplet: B0, C9 and 73. RGB value is (176,201,115). Sum of RGB (Red+Green+Blue) = 176+201+115=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C973 is #4F368C. Grayscale: #B8B8B8. Windows color (decimal): -5191309 or 7588272. OLE color: 7588272.

HSL color Cylindrical-coordinate representation of color #B0C973: hue angle of 77.44º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0C973 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB176201115-
CMYK0.1200.430.21
HSL77.44º44.33%61.96%-
HSV(B)77.44º42.79%78.82%-
XYZ41.8952.2424.1-
YUV183.7289.22122.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 201 (78.91% from 255) = 40.85%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=35.77%
G=40.85%
B=23.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1762011150.1200.430.2177.4444.3361.96
HexB0C973C02B154d2c3e
Octal26031116314053251155476
Binary1011000011001001111001111000101011101011001101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C973; }

 p { color: rgb(176,201,115); }

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

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

 a { background-color: rgb(176,201,115); }

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

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

 span { border-color: rgb(176,201,115); }

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