#B3D481

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

Shades of Caper #B3D481

Tints of Caper #B3D481

Color information

#B3D481 (or 0xB3D481) is unknown color: approx Caper. HEX triplet: B3, D4 and 81. RGB value is (179,212,129). Sum of RGB (Red+Green+Blue) = 179+212+129=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D481 is #4C2B7E. Grayscale: #C0C0C0. Windows color (decimal): -4991871 or 8508595. OLE color: 8508595.

HSL color Cylindrical-coordinate representation of color #B3D481: hue angle of 83.86º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3D481 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB179212129-
CMYK0.1600.390.17
HSL83.86º49.11%66.86%-
HSV(B)83.86º39.15%83.14%-
XYZ46.158.2629.58-
YUV192.6792.07118.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 129 (50.78% from 255) = 24.81%
R=34.42%
G=40.77%
B=24.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792121290.1600.390.1783.8649.1166.86
HexB3D4811002711543143
Octal263324201200472112461103
Binary1011001111010100100000011000001001111000110101001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D481; }

 p { color: rgb(179,212,129); }

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

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

 a { background-color: rgb(179,212,129); }

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

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

 span { border-color: rgb(179,212,129); }

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