Html Css Color HEX #BAC2A0 Beryl Green

📋 copy color: '#BAC2A0'

red 186 ◦ green 194 ◦ blue 160

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

Shades of Beryl Green #BAC2A0

Tints of Beryl Green #BAC2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 34.44%
G = 35.93%
B = 29.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#BAC2A0 (or 0xBAC2A0) is known color: Beryl Green. HEX triplet: BA, C2 and A0. RGB value is (186,194,160). Sum of RGB (Red+Green+Blue) = 186+194+160=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC2A0 is #453D5F. Grayscale: #BBBBBB. Windows color (decimal): -4537696 or 10535610. OLE color: 10535610.

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

Color convert

RGB 186 194 160 -
CMYK 0.04 0 0.18 0.24
HSL 74.12º 0.22% 0.69% -
HSV(B) 74.12º 0.18% 0.76% -
XYZ 45.89 51.56 40.79 -
YUV 187.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 186 194 160 0.04 0 0.18 0.24 74.12 0.22 0.69
Hex BA C2 A0 4 0 12 18 4A 16 45
Octal 272 302 240 4 0 22 30 112 26 105
Binary 10111010 11000010 10100000 100 0 10010 11000 1001010 10110 1000101

Color Harmonies of #BAC2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC2A0

Black with #BAC2A0

Text Example


Text Example

White with #BAC2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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