#B3C582

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

Shades of Caper #B3C582

Tints of Caper #B3C582

Color information

#B3C582 (or 0xB3C582) is unknown color: approx Caper. HEX triplet: B3, C5 and 82. RGB value is (179,197,130). Sum of RGB (Red+Green+Blue) = 179+197+130=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C582 is #4C3A7D. Grayscale: #B8B8B8. Windows color (decimal): -4995710 or 8570291. OLE color: 8570291.

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

Color convert

RGB179197130-
CMYK0.0900.340.23
HSL76.12º36.61%64.12%-
HSV(B)76.12º34.01%77.25%-
XYZ42.5951.1328.74-
YUV183.9897.54124.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=35.38%
G=38.93%
B=25.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971300.0900.340.2376.1236.6164.12
HexB3C5829022174c2540
Octal263305202110422711445100
Binary101100111100010110000010100101000101011110011001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C582; }

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

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

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

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

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

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

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

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