#B0C582

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

Shades of Caper #B0C582

Tints of Caper #B0C582

Color information

#B0C582 (or 0xB0C582) is unknown color: approx Caper. HEX triplet: B0, C5 and 82. RGB value is (176,197,130). Sum of RGB (Red+Green+Blue) = 176+197+130=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C582 is #4F3A7D. Grayscale: #B7B7B7. Windows color (decimal): -5192318 or 8570288. OLE color: 8570288.

HSL color Cylindrical-coordinate representation of color #B0C582: hue angle of 78.81º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0C582 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB176197130-
CMYK0.1100.340.23
HSL78.81º36.61%64.12%-
HSV(B)78.81º34.01%77.25%-
XYZ41.950.7728.71-
YUV183.0898.04122.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=34.99%
G=39.17%
B=25.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971300.1100.340.2378.8136.6164.12
HexB0C582B022174f2540
Octal260305202130422711745100
Binary101100001100010110000010101101000101011110011111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C582; }

 p { color: rgb(176,197,130); }

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

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

 a { background-color: rgb(176,197,130); }

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

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

 span { border-color: rgb(176,197,130); }

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