Html Css Color HEX #BEC6A0 Beryl Green

📋 copy color: '#BEC6A0'

red 190 ◦ green 198 ◦ blue 160

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

Shades of Beryl Green #BEC6A0

Tints of Beryl Green #BEC6A0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

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

R = 34.67%
G = 36.13%
B = 29.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#BEC6A0 (or 0xBEC6A0) is known color: Beryl Green. HEX triplet: BE, C6 and A0. RGB value is (190,198,160). Sum of RGB (Red+Green+Blue) = 190+198+160=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6A0 is #41395F. Grayscale: #BFBFBF. Windows color (decimal): -4274528 or 10536638. OLE color: 10536638.

HSL color Cylindrical-coordinate representation of color #BEC6A0: hue angle of 72.63º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC6A0 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 160 -
CMYK 0.04 0 0.19 0.22
HSL 72.63º 0.25% 0.7% -
HSV(B) 72.63º 0.19% 0.78% -
XYZ 47.77 53.87 41.14 -
YUV 191.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 190 198 160 0.04 0 0.19 0.22 72.63 0.25 0.7
Hex BE C6 A0 4 0 13 16 49 19 46
Octal 276 306 240 4 0 23 26 111 31 106
Binary 10111110 11000110 10100000 100 0 10011 10110 1001001 11001 1000110

Color Harmonies of #BEC6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6A0

Black with #BEC6A0

Text Example


Text Example

White with #BEC6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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