#BABBA4

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

Shades of Beryl Green #BABBA4

Tints of Beryl Green #BABBA4

Color information

#BABBA4 (or 0xBABBA4) is unknown color: approx Beryl Green. HEX triplet: BA, BB and A4. RGB value is (186,187,164). Sum of RGB (Red+Green+Blue) = 186+187+164=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #BABBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABBA4 is #45445B. Grayscale: #B8B8B8. Windows color (decimal): -4539484 or 10795962. OLE color: 10795962.

HSL color Cylindrical-coordinate representation of color #BABBA4: hue angle of 62.61º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BABBA4 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB186187164-
CMYK0.0100.120.27
HSL62.61º14.47%68.82%-
HSV(B)62.61º12.3%73.33%-
XYZ44.7248.6642.16-
YUV184.08116.67129.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 164 (64.45% from 255) = 30.54%
R=34.64%
G=34.82%
B=30.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861871640.0100.120.2762.6114.4768.82
HexBABBA410C1B3fe45
Octal2722732441014337716105
Binary1011101010111011101001001011001101111111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBA4; }

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

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

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

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

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

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

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

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