Html Css Color HEX #BEC292 Green Mist

📋 copy color: '#BEC292'

red 190 ◦ green 194 ◦ blue 146

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

Shades of Green Mist #BEC292

Tints of Green Mist #BEC292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.55%

R = 35.85%
G = 36.6%
B = 27.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#BEC292 (or 0xBEC292) is known color: Green Mist. HEX triplet: BE, C2 and 92. RGB value is (190,194,146). Sum of RGB (Red+Green+Blue) = 190+194+146=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC292 is #413D6D. Grayscale: #BBBBBB. Windows color (decimal): -4275566 or 9618110. OLE color: 9618110.

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

Color convert

RGB 190 194 146 -
CMYK 0.02 0 0.25 0.24
HSL 65º 0.28% 0.67% -
HSV(B) 65º 0.25% 0.76% -
XYZ 45.72 51.61 34.75 -
YUV 187.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 190 194 146 0.02 0 0.25 0.24 65 0.28 0.67
Hex BE C2 92 2 0 19 18 41 1C 43
Octal 276 302 222 2 0 31 30 101 34 103
Binary 10111110 11000010 10010010 10 0 11001 11000 1000001 11100 1000011

Color Harmonies of #BEC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC292

Black with #BEC292

Text Example


Text Example

White with #BEC292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC292; }

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

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

background-color css

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

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

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

border-color css

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

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

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