#BABCAB

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

Shades of Beryl Green #BABCAB

Tints of Beryl Green #BABCAB

Color information

#BABCAB (or 0xBABCAB) is unknown color: approx Beryl Green. HEX triplet: BA, BC and AB. RGB value is (186,188,171). Sum of RGB (Red+Green+Blue) = 186+188+171=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCAB is #454354. Grayscale: #B9B9B9. Windows color (decimal): -4539221 or 11254970. OLE color: 11254970.

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

Color convert

RGB186188171-
CMYK0.0100.090.26
HSL67.06º11.26%70.39%-
HSV(B)67.06º9.04%73.73%-
XYZ45.5849.3545.65-
YUV185.46119.84128.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=34.13%
G=34.50%
B=31.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861881710.0100.090.2667.0611.2670.39
HexBABCAB1091A43b46
Octal27227425310113210313106
Binary10111010101111001010101110100111010100001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCAB; }

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

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

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

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

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

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

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

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