Html Css Color HEX #BEC29A Green Mist

📋 copy color: '#BEC29A'

red 190 ◦ green 194 ◦ blue 154

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

Shades of Green Mist #BEC29A

Tints of Green Mist #BEC29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.62%

R = 35.32%
G = 36.06%
B = 28.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#BEC29A (or 0xBEC29A) is known color: Green Mist. HEX triplet: BE, C2 and 9A. RGB value is (190,194,154). Sum of RGB (Red+Green+Blue) = 190+194+154=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC29A is #413D65. Grayscale: #BCBCBC. Windows color (decimal): -4275558 or 10142398. OLE color: 10142398.

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

Color convert

RGB 190 194 154 -
CMYK 0.02 0 0.21 0.24
HSL 66º 0.25% 0.68% -
HSV(B) 66º 0.21% 0.76% -
XYZ 46.36 51.86 38.14 -
YUV 188.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 190 194 154 0.02 0 0.21 0.24 66 0.25 0.68
Hex BE C2 9A 2 0 15 18 42 19 44
Octal 276 302 232 2 0 25 30 102 31 104
Binary 10111110 11000010 10011010 10 0 10101 11000 1000010 11001 1000100

Color Harmonies of #BEC29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC29A

Black with #BEC29A

Text Example


Text Example

White with #BEC29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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