#B7C582

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

Shades of Caper #B7C582

Tints of Caper #B7C582

Color information

#B7C582 (or 0xB7C582) is unknown color: approx Caper. HEX triplet: B7, C5 and 82. RGB value is (183,197,130). Sum of RGB (Red+Green+Blue) = 183+197+130=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C582 is #483A7D. Grayscale: #B9B9B9. Windows color (decimal): -4733566 or 8570295. OLE color: 8570295.

HSL color Cylindrical-coordinate representation of color #B7C582: hue angle of 72.54º 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 #B7C582 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB183197130-
CMYK0.0700.340.23
HSL72.54º36.61%64.12%-
HSV(B)72.54º34.01%77.25%-
XYZ43.5251.6128.79-
YUV185.1896.86126.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.88%
GREEN value IS 197 (77.34% from 255) = 38.63%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=35.88%
G=38.63%
B=25.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831971300.0700.340.2372.5436.6164.12
HexB7C582702217492540
Octal26730520270422711145100
Binary10110111110001011000001011101000101011110010011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C582; }

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

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

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

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

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

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

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

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