#B3D57D

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

Shades of Caper #B3D57D

Tints of Caper #B3D57D

Color information

#B3D57D (or 0xB3D57D) is unknown color: approx Caper. HEX triplet: B3, D5 and 7D. RGB value is (179,213,125). Sum of RGB (Red+Green+Blue) = 179+213+125=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D57D is #4C2A82. Grayscale: #C1C1C1. Windows color (decimal): -4991619 or 8246707. OLE color: 8246707.

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

Color convert

RGB179213125-
CMYK0.1600.410.16
HSL83.18º51.16%66.27%-
HSV(B)83.18º41.31%83.53%-
XYZ46.0958.6528.29-
YUV192.889.74118.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 125 (49.22% from 255) = 24.18%
R=34.62%
G=41.20%
B=24.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1792131250.1600.410.1683.1851.1666.27
HexB3D57D1002910533342
Octal263325175200512012363102
Binary101100111101010111111011000001010011000010100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D57D; }

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

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

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

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

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

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

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

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