#BABCA8

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

Shades of Beryl Green #BABCA8

Tints of Beryl Green #BABCA8

Color information

#BABCA8 (or 0xBABCA8) is unknown color: approx Beryl Green. HEX triplet: BA, BC and A8. RGB value is (186,188,168). Sum of RGB (Red+Green+Blue) = 186+188+168=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCA8 is #454357. Grayscale: #B9B9B9. Windows color (decimal): -4539224 or 11058362. OLE color: 11058362.

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

Color convert

RGB186188168-
CMYK0.0100.110.26
HSL66º12.99%69.8%-
HSV(B)66º10.64%73.73%-
XYZ45.349.2344.16-
YUV185.12118.34128.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 168 (66.02% from 255) = 31.00%
R=34.32%
G=34.69%
B=31.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881680.0100.110.266612.9969.8
HexBABCA810B1A42d46
Octal27227425010133210215106
Binary10111010101111001010100010101111010100001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCA8; }

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

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

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

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

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

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

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

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