Html Css Color HEX #BEC28F Green Mist

📋 copy color: '#BEC28F'

red 190 ◦ green 194 ◦ blue 143

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

Shades of Green Mist #BEC28F

Tints of Green Mist #BEC28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.13%

R = 36.05%
G = 36.81%
B = 27.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#BEC28F (or 0xBEC28F) is known color: Green Mist. HEX triplet: BE, C2 and 8F. RGB value is (190,194,143). Sum of RGB (Red+Green+Blue) = 190+194+143=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC28F is #413D70. Grayscale: #BBBBBB. Windows color (decimal): -4275569 or 9421502. OLE color: 9421502.

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

Color convert

RGB 190 194 143 -
CMYK 0.02 0 0.26 0.24
HSL 64.71º 0.29% 0.66% -
HSV(B) 64.71º 0.26% 0.76% -
XYZ 45.48 51.51 33.53 -
YUV 186.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 190 194 143 0.02 0 0.26 0.24 64.71 0.29 0.66
Hex BE C2 8F 2 0 1A 18 41 1D 42
Octal 276 302 217 2 0 32 30 101 35 102
Binary 10111110 11000010 10001111 10 0 11010 11000 1000001 11101 1000010

Color Harmonies of #BEC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC28F

Black with #BEC28F

Text Example


Text Example

White with #BEC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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