#BAC0A0

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

Shades of Beryl Green #BAC0A0

Tints of Beryl Green #BAC0A0

Color information

#BAC0A0 (or 0xBAC0A0) is unknown color: approx Beryl Green. HEX triplet: BA, C0 and A0. RGB value is (186,192,160). Sum of RGB (Red+Green+Blue) = 186+192+160=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0A0 is #453F5F. Grayscale: #BABABA. Windows color (decimal): -4538208 or 10535098. OLE color: 10535098.

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

Color convert

RGB186192160-
CMYK0.0300.170.25
HSL71.25º20.25%69.02%-
HSV(B)71.25º16.67%75.29%-
XYZ45.4450.6840.64-
YUV186.56113.01127.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=34.57%
G=35.69%
B=29.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921600.0300.170.2571.2520.2569.02
HexBAC0A0301119471445
Octal27230024030213110724105
Binary10111010110000001010000011010001110011000111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0A0; }

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

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

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

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

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

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

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

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