#B3D571

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

Shades of Caper #B3D571

Tints of Caper #B3D571

Color information

#B3D571 (or 0xB3D571) is unknown color: approx Caper. HEX triplet: B3, D5 and 71. RGB value is (179,213,113). Sum of RGB (Red+Green+Blue) = 179+213+113=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D571 is #4C2A8E. Grayscale: #BFBFBF. Windows color (decimal): -4991631 or 7460275. OLE color: 7460275.

HSL color Cylindrical-coordinate representation of color #B3D571: hue angle of 80.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3D571 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB179213113-
CMYK0.1600.470.16
HSL80.4º54.35%63.92%-
HSV(B)80.4º46.95%83.53%-
XYZ45.3758.3624.5-
YUV191.4383.74119.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=35.45%
G=42.18%
B=22.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792131130.1600.470.1680.454.3563.92
HexB3D5711002F10503640
Octal263325161200572012066100
Binary101100111101010111100011000001011111000010100001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D571; }

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

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

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

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

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

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

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

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