#B0C972

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

Shades of Caper #B0C972

Tints of Caper #B0C972

Color information

#B0C972 (or 0xB0C972) is unknown color: approx Caper. HEX triplet: B0, C9 and 72. RGB value is (176,201,114). Sum of RGB (Red+Green+Blue) = 176+201+114=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C972 is #4F368D. Grayscale: #B7B7B7. Windows color (decimal): -5191310 or 7522736. OLE color: 7522736.

HSL color Cylindrical-coordinate representation of color #B0C972: hue angle of 77.24º degrees, saturation: 0.45, 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 #B0C972 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB176201114-
CMYK0.1200.430.21
HSL77.24º44.62%61.76%-
HSV(B)77.24º43.28%78.82%-
XYZ41.8352.2223.79-
YUV183.6188.72122.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=35.85%
G=40.94%
B=23.22%

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
Decimal1762011140.1200.430.2177.2444.6261.76
HexB0C972C02B154d2d3e
Octal26031116214053251155576
Binary1011000011001001111001011000101011101011001101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C972; }

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

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

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

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

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

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

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

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