Html Css Color HEX #BEC48C Green Mist

📋 copy color: '#BEC48C'

red 190 ◦ green 196 ◦ blue 140

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

Shades of Green Mist #BEC48C

Tints of Green Mist #BEC48C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.26%

 BLUE value IS 140 (55.08% from 255) = 26.62%

R = 36.12%
G = 37.26%
B = 26.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#BEC48C (or 0xBEC48C) is known color: Green Mist. HEX triplet: BE, C4 and 8C. RGB value is (190,196,140). Sum of RGB (Red+Green+Blue) = 190+196+140=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC48C is #413B73. Grayscale: #BCBCBC. Windows color (decimal): -4275060 or 9225406. OLE color: 9225406.

HSL color Cylindrical-coordinate representation of color #BEC48C: hue angle of 66.43º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEC48C is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 140 -
CMYK 0.03 0 0.29 0.23
HSL 66.43º 0.32% 0.66% -
HSV(B) 66.43º 0.29% 0.77% -
XYZ 45.71 52.32 32.5 -
YUV 187.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 190 196 140 0.03 0 0.29 0.23 66.43 0.32 0.66
Hex BE C4 8C 3 0 1D 17 42 20 42
Octal 276 304 214 3 0 35 27 102 40 102
Binary 10111110 11000100 10001100 11 0 11101 10111 1000010 100000 1000010

Color Harmonies of #BEC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC48C

Black with #BEC48C

Text Example


Text Example

White with #BEC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC48C; }

 p { color: rgb(190,196,140); }

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

background-color css

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

 a { background-color: rgb(190,196,140); }

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

border-color css

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

 span { border-color: rgb(190,196,140); }

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