#BABFA4

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

Shades of Beryl Green #BABFA4

Tints of Beryl Green #BABFA4

Color information

#BABFA4 (or 0xBABFA4) is unknown color: approx Beryl Green. HEX triplet: BA, BF and A4. RGB value is (186,191,164). Sum of RGB (Red+Green+Blue) = 186+191+164=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 191 - color contains mainly: green. Hex color #BABFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABFA4 is #45405B. Grayscale: #BABABA. Windows color (decimal): -4538460 or 10796986. OLE color: 10796986.

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

Color convert

RGB186191164-
CMYK0.0300.140.25
HSL71.11º17.42%69.61%-
HSV(B)71.11º14.14%74.9%-
XYZ45.5850.3842.44-
YUV186.43115.34127.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 164 (64.45% from 255) = 30.31%
R=34.38%
G=35.30%
B=30.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911640.0300.140.2571.1117.4269.61
HexBABFA430E19471146
Octal27227724430163110721106
Binary1011101010111111101001001101110110011000111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABFA4; }

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

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

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

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

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

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

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

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