Html Css Color HEX #BEC29B Green Mist

📋 copy color: '#BEC29B'

red 190 ◦ green 194 ◦ blue 155

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

Shades of Green Mist #BEC29B

Tints of Green Mist #BEC29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.76%

R = 35.25%
G = 35.99%
B = 28.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#BEC29B (or 0xBEC29B) is known color: Green Mist. HEX triplet: BE, C2 and 9B. RGB value is (190,194,155). Sum of RGB (Red+Green+Blue) = 190+194+155=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC29B is #413D64. Grayscale: #BCBCBC. Windows color (decimal): -4275557 or 10207934. OLE color: 10207934.

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

Color convert

RGB 190 194 155 -
CMYK 0.02 0 0.20 0.24
HSL 66.15º 0.24% 0.68% -
HSV(B) 66.15º 0.2% 0.76% -
XYZ 46.44 51.9 38.58 -
YUV 188.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 190 194 155 0.02 0 0.20 0.24 66.15 0.24 0.68
Hex BE C2 9B 2 0 14 18 42 18 44
Octal 276 302 233 2 0 24 30 102 30 104
Binary 10111110 11000010 10011011 10 0 10100 11000 1000010 11000 1000100

Color Harmonies of #BEC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC29B

Black with #BEC29B

Text Example


Text Example

White with #BEC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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