#B3D580

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

Shades of Caper #B3D580

Tints of Caper #B3D580

Color information

#B3D580 (or 0xB3D580) is unknown color: approx Caper. HEX triplet: B3, D5 and 80. RGB value is (179,213,128). Sum of RGB (Red+Green+Blue) = 179+213+128=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D580 is #4C2A7F. Grayscale: #C1C1C1. Windows color (decimal): -4991616 or 8443315. OLE color: 8443315.

HSL color Cylindrical-coordinate representation of color #B3D580: hue angle of 84º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3D580 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB179213128-
CMYK0.1600.400.16
HSL84º50.3%66.86%-
HSV(B)84º39.91%83.53%-
XYZ46.2858.7329.32-
YUV193.1491.24117.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 128 (50.39% from 255) = 24.62%
R=34.42%
G=40.96%
B=24.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792131280.1600.400.168450.366.86
HexB3D5801002810543243
Octal263325200200502012462103
Binary1011001111010101100000001000001010001000010101001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D580; }

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

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

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

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

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

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

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

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