#BAC0A4

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

Shades of Beryl Green #BAC0A4

Tints of Beryl Green #BAC0A4

Color information

#BAC0A4 (or 0xBAC0A4) is unknown color: approx Beryl Green. HEX triplet: BA, C0 and A4. RGB value is (186,192,164). Sum of RGB (Red+Green+Blue) = 186+192+164=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0A4 is #453F5B. Grayscale: #BBBBBB. Windows color (decimal): -4538204 or 10797242. OLE color: 10797242.

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

Color convert

RGB186192164-
CMYK0.0300.150.25
HSL72.86º18.18%69.8%-
HSV(B)72.86º14.58%75.29%-
XYZ45.850.8242.52-
YUV187.01115.01127.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 192 (75.39% from 255) = 35.42%
BLUE value IS 164 (64.45% from 255) = 30.26%
R=34.32%
G=35.42%
B=30.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921640.0300.150.2572.8618.1869.8
HexBAC0A430F19491246
Octal27230024430173111122106
Binary1011101011000000101001001101111110011001001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0A4; }

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

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

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

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

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

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

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

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