Html Css Color HEX #BEC88C Green Mist

📋 copy color: '#BEC88C'

red 190 ◦ green 200 ◦ blue 140

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

Shades of Green Mist #BEC88C

Tints of Green Mist #BEC88C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.74%

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

R = 35.85%
G = 37.74%
B = 26.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#BEC88C (or 0xBEC88C) is known color: Green Mist. HEX triplet: BE, C8 and 8C. RGB value is (190,200,140). Sum of RGB (Red+Green+Blue) = 190+200+140=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC88C is #413773. Grayscale: #BEBEBE. Windows color (decimal): -4274036 or 9226430. OLE color: 9226430.

HSL color Cylindrical-coordinate representation of color #BEC88C: hue angle of 70º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEC88C is Cyan = 0.05, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 140 -
CMYK 0.05 0 0.3 0.22
HSL 70º 0.35% 0.67% -
HSV(B) 70º 0.3% 0.78% -
XYZ 46.62 54.15 32.81 -
YUV 190.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 190 200 140 0.05 0 0.3 0.22 70 0.35 0.67
Hex BE C8 8C 5 0 1E 16 46 23 43
Octal 276 310 214 5 0 36 26 106 43 103
Binary 10111110 11001000 10001100 101 0 11110 10110 1000110 100011 1000011

Color Harmonies of #BEC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC88C

Black with #BEC88C

Text Example


Text Example

White with #BEC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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