Html Css Color HEX #BABCA2 Beryl Green

📋 copy color: '#BABCA2'

red 186 ◦ green 188 ◦ blue 162

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

Shades of Beryl Green #BABCA2

Tints of Beryl Green #BABCA2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.07%

 BLUE value IS 162 (63.67% from 255) = 30.22%

R = 34.7%
G = 35.07%
B = 30.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BABCA2 (or 0xBABCA2) is known color: Beryl Green. HEX triplet: BA, BC and A2. RGB value is (186,188,162). Sum of RGB (Red+Green+Blue) = 186+188+162=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 188 - color contains mainly: green. Hex color #BABCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABCA2 is #45435D. Grayscale: #B8B8B8. Windows color (decimal): -4539230 or 10665146. OLE color: 10665146.

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

Color convert

RGB 186 188 162 -
CMYK 0.01 0 0.14 0.26
HSL 64.62º 0.16% 0.69% -
HSV(B) 64.62º 0.14% 0.74% -
XYZ 44.75 49.01 41.28 -
YUV 184.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 186 188 162 0.01 0 0.14 0.26 64.62 0.16 0.69
Hex BA BC A2 1 0 E 1A 41 10 45
Octal 272 274 242 1 0 16 32 101 20 105
Binary 10111010 10111100 10100010 1 0 1110 11010 1000001 10000 1000101

Color Harmonies of #BABCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABCA2

Black with #BABCA2

Text Example


Text Example

White with #BABCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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