Html Css Color HEX #BEC2A1 Beryl Green

📋 copy color: '#BEC2A1'

red 190 ◦ green 194 ◦ blue 161

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

Shades of Beryl Green #BEC2A1

Tints of Beryl Green #BEC2A1

RGB

 RED value IS 190 (74.61% from 255) = 34.86%

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

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

R = 34.86%
G = 35.6%
B = 29.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#BEC2A1 (or 0xBEC2A1) is known color: Beryl Green. HEX triplet: BE, C2 and A1. RGB value is (190,194,161). Sum of RGB (Red+Green+Blue) = 190+194+161=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2A1 is #413D5E. Grayscale: #BDBDBD. Windows color (decimal): -4275551 or 10601150. OLE color: 10601150.

HSL color Cylindrical-coordinate representation of color #BEC2A1: hue angle of 67.27º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC2A1 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 161 -
CMYK 0.02 0 0.17 0.24
HSL 67.27º 0.21% 0.7% -
HSV(B) 67.27º 0.17% 0.76% -
XYZ 46.96 52.1 41.3 -
YUV 189.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 190 194 161 0.02 0 0.17 0.24 67.27 0.21 0.7
Hex BE C2 A1 2 0 11 18 43 15 46
Octal 276 302 241 2 0 21 30 103 25 106
Binary 10111110 11000010 10100001 10 0 10001 11000 1000011 10101 1000110

Color Harmonies of #BEC2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2A1

Black with #BEC2A1

Text Example


Text Example

White with #BEC2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2A1; }

 p { color: rgb(190,194,161); }

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

background-color css

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

 a { background-color: rgb(190,194,161); }

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

border-color css

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

 span { border-color: rgb(190,194,161); }

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