#BABDA5

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

Shades of Beryl Green #BABDA5

Tints of Beryl Green #BABDA5

Color information

#BABDA5 (or 0xBABDA5) is unknown color: approx Beryl Green. HEX triplet: BA, BD and A5. RGB value is (186,189,165). Sum of RGB (Red+Green+Blue) = 186+189+165=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDA5 is #45425A. Grayscale: #B9B9B9. Windows color (decimal): -4538971 or 10862010. OLE color: 10862010.

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

Color convert

RGB186189165-
CMYK0.0200.130.26
HSL67.5º15.38%69.41%-
HSV(B)67.5º12.7%74.12%-
XYZ45.2449.5542.78-
YUV185.37116.51128.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 165 (64.84% from 255) = 30.56%
R=34.44%
G=35%
B=30.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861891650.0200.130.2667.515.3869.41
HexBABDA520D1A44f45
Octal27227524520153210417105
Binary101110101011110110100101100110111010100010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDA5; }

 p { color: rgb(186,189,165); }

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

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

 a { background-color: rgb(186,189,165); }

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

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

 span { border-color: rgb(186,189,165); }

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