#BABFA0

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

Shades of Beryl Green #BABFA0

Tints of Beryl Green #BABFA0

Color information

#BABFA0 (or 0xBABFA0) is unknown color: approx Beryl Green. HEX triplet: BA, BF and A0. RGB value is (186,191,160). Sum of RGB (Red+Green+Blue) = 186+191+160=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABFA0 is #45405F. Grayscale: #BABABA. Windows color (decimal): -4538464 or 10534842. OLE color: 10534842.

HSL color Cylindrical-coordinate representation of color #BABFA0: hue angle of 69.68º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BABFA0 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB186191160-
CMYK0.0300.160.25
HSL69.68º19.5%68.82%-
HSV(B)69.68º16.23%74.9%-
XYZ45.2350.2440.57-
YUV185.97113.34128.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 191 (75% from 255) = 35.57%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=34.64%
G=35.57%
B=29.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911600.0300.160.2569.6819.568.82
HexBABFA0301019461345
Octal27227724030203110623105
Binary10111010101111111010000011010000110011000110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFA0; }

 p { color: rgb(186,191,160); }

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

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

 a { background-color: rgb(186,191,160); }

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

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

 span { border-color: rgb(186,191,160); }

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