#B1DB83

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

Shades of Feijoa #B1DB83

Tints of Feijoa #B1DB83

Color information

#B1DB83 (or 0xB1DB83) is unknown color: approx Feijoa. HEX triplet: B1, DB and 83. RGB value is (177,219,131). Sum of RGB (Red+Green+Blue) = 177+219+131=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB83 is #4E247C. Grayscale: #C4C4C4. Windows color (decimal): -5121149 or 8641457. OLE color: 8641457.

HSL color Cylindrical-coordinate representation of color #B1DB83: hue angle of 88.64º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1DB83 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB177219131-
CMYK0.1900.400.14
HSL88.64º55%68.63%-
HSV(B)88.64º40.18%85.88%-
XYZ47.5661.6530.87-
YUV196.4191.09114.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 219 (85.94% from 255) = 41.56%
BLUE value IS 131 (51.56% from 255) = 24.86%
R=33.59%
G=41.56%
B=24.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772191310.1900.400.1488.645568.63
HexB1DB8313028E593745
Octal261333203230501613167105
Binary101100011101101110000011100110101000111010110011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DB83; }

 p { color: rgb(177,219,131); }

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

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

 a { background-color: rgb(177,219,131); }

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

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

 span { border-color: rgb(177,219,131); }

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