#BABCA9

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

Shades of Beryl Green #BABCA9

Tints of Beryl Green #BABCA9

Color information

#BABCA9 (or 0xBABCA9) is unknown color: approx Beryl Green. HEX triplet: BA, BC and A9. RGB value is (186,188,169). Sum of RGB (Red+Green+Blue) = 186+188+169=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCA9 is #454356. Grayscale: #B9B9B9. Windows color (decimal): -4539223 or 11123898. OLE color: 11123898.

HSL color Cylindrical-coordinate representation of color #BABCA9: hue angle of 66.32º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BABCA9 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB186188169-
CMYK0.0100.100.26
HSL66.32º12.42%70%-
HSV(B)66.32º10.11%73.73%-
XYZ45.3949.2744.65-
YUV185.24118.84128.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 188 (73.83% from 255) = 34.62%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=34.25%
G=34.62%
B=31.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881690.0100.100.2666.3212.4270
HexBABCA910A1A42c46
Octal27227425110123210214106
Binary10111010101111001010100110101011010100001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCA9; }

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

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

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

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

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

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

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

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