Html Css Color HEX #BEC2A0 Beryl Green

📋 copy color: '#BEC2A0'

red 190 ◦ green 194 ◦ blue 160

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

Shades of Beryl Green #BEC2A0

Tints of Beryl Green #BEC2A0

RGB

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

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

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

R = 34.93%
G = 35.66%
B = 29.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#BEC2A0 (or 0xBEC2A0) is known color: Beryl Green. HEX triplet: BE, C2 and A0. RGB value is (190,194,160). Sum of RGB (Red+Green+Blue) = 190+194+160=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC2A0 is #413D5F. Grayscale: #BDBDBD. Windows color (decimal): -4275552 or 10535614. OLE color: 10535614.

HSL color Cylindrical-coordinate representation of color #BEC2A0: hue angle of 67.06º 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 #BEC2A0 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 194 160 -
CMYK 0.02 0 0.18 0.24
HSL 67.06º 0.22% 0.69% -
HSV(B) 67.06º 0.18% 0.76% -
XYZ 46.87 52.07 40.84 -
YUV 188.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 190 194 160 0.02 0 0.18 0.24 67.06 0.22 0.69
Hex BE C2 A0 2 0 12 18 43 16 45
Octal 276 302 240 2 0 22 30 103 26 105
Binary 10111110 11000010 10100000 10 0 10010 11000 1000011 10110 1000101

Color Harmonies of #BEC2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2A0

Black with #BEC2A0

Text Example


Text Example

White with #BEC2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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