Html Css Color HEX #BABDA1 Beryl Green

📋 copy color: '#BABDA1'

red 186 ◦ green 189 ◦ blue 161

#BABDA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beryl Green #BABDA1

Tints of Beryl Green #BABDA1

RGB

 RED value IS 186 (73.05% from 255) = 34.7%

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 161 (63.28% from 255) = 30.04%

R = 34.7%
G = 35.26%
B = 30.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BABDA1 (or 0xBABDA1) is known color: Beryl Green. HEX triplet: BA, BD and A1. RGB value is (186,189,161). Sum of RGB (Red+Green+Blue) = 186+189+161=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 189 - color contains mainly: green. Hex color #BABDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABDA1 is #45425E. Grayscale: #B9B9B9. Windows color (decimal): -4538975 or 10599866. OLE color: 10599866.

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

Color convert

RGB 186 189 161 -
CMYK 0.02 0 0.15 0.26
HSL 66.43º 0.18% 0.69% -
HSV(B) 66.43º 0.15% 0.74% -
XYZ 44.88 49.41 40.89 -
YUV 184.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 186 189 161 0.02 0 0.15 0.26 66.43 0.18 0.69
Hex BA BD A1 2 0 F 1A 42 12 45
Octal 272 275 241 2 0 17 32 102 22 105
Binary 10111010 10111101 10100001 10 0 1111 11010 1000010 10010 1000101

Color Harmonies of #BABDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDA1

Black with #BABDA1

Text Example


Text Example

White with #BABDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDA1; }

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

 H1.HeaderClassName
 {
   color: #BABDA1;
 }
 .AnyTagClassName
 {
   color: #BABDA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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