#B3D47F

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

Shades of Caper #B3D47F

Tints of Caper #B3D47F

Color information

#B3D47F (or 0xB3D47F) is unknown color: approx Caper. HEX triplet: B3, D4 and 7F. RGB value is (179,212,127). Sum of RGB (Red+Green+Blue) = 179+212+127=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 127 (50% from 255 or 24.52% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #B3D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D47F is #4C2B80. Grayscale: #C0C0C0. Windows color (decimal): -4991873 or 8377523. OLE color: 8377523.

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

Color convert

RGB179212127-
CMYK0.1600.400.17
HSL83.29º49.71%66.47%-
HSV(B)83.29º40.09%83.14%-
XYZ45.9658.228.89-
YUV192.4491.07118.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.56%
GREEN value IS 212 (83.20% from 255) = 40.93%
BLUE value IS 127 (50% from 255) = 24.52%
R=34.56%
G=40.93%
B=24.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792121270.1600.400.1783.2949.7166.47
HexB3D47F1002811533242
Octal263324177200502112362102
Binary101100111101010011111111000001010001000110100111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D47F; }

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

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

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

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

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

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

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

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