Html Css Color HEX #BAC29D Beryl Green

📋 copy color: '#BAC29D'

red 186 ◦ green 194 ◦ blue 157

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

Shades of Beryl Green #BAC29D

Tints of Beryl Green #BAC29D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.13%

 BLUE value IS 157 (61.72% from 255) = 29.24%

R = 34.64%
G = 36.13%
B = 29.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#BAC29D (or 0xBAC29D) is known color: Beryl Green. HEX triplet: BA, C2 and 9D. RGB value is (186,194,157). Sum of RGB (Red+Green+Blue) = 186+194+157=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC29D is #453D62. Grayscale: #BBBBBB. Windows color (decimal): -4537699 or 10339002. OLE color: 10339002.

HSL color Cylindrical-coordinate representation of color #BAC29D: hue angle of 72.97º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAC29D is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 194 157 -
CMYK 0.04 0 0.19 0.24
HSL 72.97º 0.23% 0.69% -
HSV(B) 72.97º 0.19% 0.76% -
XYZ 45.63 51.46 39.43 -
YUV 187.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 186 194 157 0.04 0 0.19 0.24 72.97 0.23 0.69
Hex BA C2 9D 4 0 13 18 49 17 45
Octal 272 302 235 4 0 23 30 111 27 105
Binary 10111010 11000010 10011101 100 0 10011 11000 1001001 10111 1000101

Color Harmonies of #BAC29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC29D

Black with #BAC29D

Text Example


Text Example

White with #BAC29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC29D; }

 p { color: rgb(186,194,157); }

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

background-color css

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

 a { background-color: rgb(186,194,157); }

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

border-color css

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

 span { border-color: rgb(186,194,157); }

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