#B3D993

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

Shades of Feijoa #B3D993

Tints of Feijoa #B3D993

Color information

#B3D993 (or 0xB3D993) is unknown color: approx Feijoa. HEX triplet: B3, D9 and 93. RGB value is (179,217,147). Sum of RGB (Red+Green+Blue) = 179+217+147=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D993 is #4C266C. Grayscale: #C5C5C5. Windows color (decimal): -4990573 or 9689523. OLE color: 9689523.

HSL color Cylindrical-coordinate representation of color #B3D993: hue angle of 92.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3D993 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB179217147-
CMYK0.1800.320.15
HSL92.57º47.95%71.37%-
HSV(B)92.57º32.26%85.1%-
XYZ48.6761.3236.87-
YUV197.6699.41114.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=32.97%
G=39.96%
B=27.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792171470.1800.320.1592.5747.9571.37
HexB3D99312020F5d3047
Octal263331223220401713560107
Binary101100111101100110010011100100100000111110111011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D993; }

 p { color: rgb(179,217,147); }

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

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

 a { background-color: rgb(179,217,147); }

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

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

 span { border-color: rgb(179,217,147); }

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