#BABFA3

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

Shades of Beryl Green #BABFA3

Tints of Beryl Green #BABFA3

Color information

#BABFA3 (or 0xBABFA3) is unknown color: approx Beryl Green. HEX triplet: BA, BF and A3. RGB value is (186,191,163). Sum of RGB (Red+Green+Blue) = 186+191+163=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABFA3 is #45405C. Grayscale: #BABABA. Windows color (decimal): -4538461 or 10731450. OLE color: 10731450.

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

Color convert

RGB186191163-
CMYK0.0300.150.25
HSL70.71º17.95%69.41%-
HSV(B)70.71º14.66%74.9%-
XYZ45.4950.3541.97-
YUV186.31114.84127.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 191 (75% from 255) = 35.37%
BLUE value IS 163 (64.06% from 255) = 30.19%
R=34.44%
G=35.37%
B=30.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911630.0300.150.2570.7117.9569.41
HexBABFA330F19471245
Octal27227724330173110722105
Binary1011101010111111101000111101111110011000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFA3; }

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

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

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

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

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

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

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

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