#BABFA7

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

Shades of Beryl Green #BABFA7

Tints of Beryl Green #BABFA7

Color information

#BABFA7 (or 0xBABFA7) is unknown color: approx Beryl Green. HEX triplet: BA, BF and A7. RGB value is (186,191,167). Sum of RGB (Red+Green+Blue) = 186+191+167=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABFA7 is #454058. Grayscale: #BABABA. Windows color (decimal): -4538457 or 10993594. OLE color: 10993594.

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

Color convert

RGB186191167-
CMYK0.0300.130.25
HSL72.5º15.79%70.2%-
HSV(B)72.5º12.57%74.9%-
XYZ45.8650.4943.89-
YUV186.77116.84127.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 167 (65.62% from 255) = 30.70%
R=34.19%
G=35.11%
B=30.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911670.0300.130.2572.515.7970.2
HexBABFA730D19481046
Octal27227724730153111020106
Binary1011101010111111101001111101101110011001000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFA7; }

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

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

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

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

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

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

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

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