#B3C980

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

Shades of Caper #B3C980

Tints of Caper #B3C980

Color information

#B3C980 (or 0xB3C980) is unknown color: approx Caper. HEX triplet: B3, C9 and 80. RGB value is (179,201,128). Sum of RGB (Red+Green+Blue) = 179+201+128=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C980 is #4C367F. Grayscale: #BABABA. Windows color (decimal): -4994688 or 8440243. OLE color: 8440243.

HSL color Cylindrical-coordinate representation of color #B3C980: hue angle of 78.08º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B3C980 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB179201128-
CMYK0.1100.360.21
HSL78.08º40.33%64.51%-
HSV(B)78.08º36.32%78.82%-
XYZ43.3752.9228.35-
YUV186.195.21122.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.24%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=35.24%
G=39.57%
B=25.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011280.1100.360.2178.0840.3364.51
HexB3C980B024154e2841
Octal263311200130442511650101
Binary101100111100100110000000101101001001010110011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C980; }

 p { color: rgb(179,201,128); }

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

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

 a { background-color: rgb(179,201,128); }

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

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

 span { border-color: rgb(179,201,128); }

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