#BABCA1

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

Shades of Beryl Green #BABCA1

Tints of Beryl Green #BABCA1

Color information

#BABCA1 (or 0xBABCA1) is unknown color: approx Beryl Green. HEX triplet: BA, BC and A1. RGB value is (186,188,161). Sum of RGB (Red+Green+Blue) = 186+188+161=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCA1 is #45435E. Grayscale: #B8B8B8. Windows color (decimal): -4539231 or 10599610. OLE color: 10599610.

HSL color Cylindrical-coordinate representation of color #BABCA1: hue angle of 64.44º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BABCA1 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB186188161-
CMYK0.0100.140.26
HSL64.44º16.77%68.43%-
HSV(B)64.44º14.36%73.73%-
XYZ44.6748.9840.82-
YUV184.32114.84129.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=34.77%
G=35.14%
B=30.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881610.0100.140.2664.4416.7768.43
HexBABCA110E1A401144
Octal27227424110163210021104
Binary101110101011110010100001101110110101000000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCA1; }

 p { color: rgb(186,188,161); }

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

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

 a { background-color: rgb(186,188,161); }

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

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

 span { border-color: rgb(186,188,161); }

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