Html Css Color HEX #BEC38B Green Mist

📋 copy color: '#BEC38B'

red 190 ◦ green 195 ◦ blue 139

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

Shades of Green Mist #BEC38B

Tints of Green Mist #BEC38B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.21%

 BLUE value IS 139 (54.69% from 255) = 26.53%

R = 36.26%
G = 37.21%
B = 26.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#BEC38B (or 0xBEC38B) is known color: Green Mist. HEX triplet: BE, C3 and 8B. RGB value is (190,195,139). Sum of RGB (Red+Green+Blue) = 190+195+139=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC38B is #413C74. Grayscale: #BBBBBB. Windows color (decimal): -4275317 or 9159614. OLE color: 9159614.

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

Color convert

RGB 190 195 139 -
CMYK 0.03 0 0.29 0.24
HSL 65.36º 0.32% 0.65% -
HSV(B) 65.36º 0.29% 0.76% -
XYZ 45.41 51.84 32.04 -
YUV 187.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 190 195 139 0.03 0 0.29 0.24 65.36 0.32 0.65
Hex BE C3 8B 3 0 1D 18 41 20 41
Octal 276 303 213 3 0 35 30 101 40 101
Binary 10111110 11000011 10001011 11 0 11101 11000 1000001 100000 1000001

Color Harmonies of #BEC38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC38B

Black with #BEC38B

Text Example


Text Example

White with #BEC38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC38B; }

 p { color: rgb(190,195,139); }

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

background-color css

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

 a { background-color: rgb(190,195,139); }

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

border-color css

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

 span { border-color: rgb(190,195,139); }

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