Html Css Color HEX #BECB8B Green Mist

📋 copy color: '#BECB8B'

red 190 ◦ green 203 ◦ blue 139

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

Shades of Green Mist #BECB8B

Tints of Green Mist #BECB8B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.16%

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

R = 35.71%
G = 38.16%
B = 26.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#BECB8B (or 0xBECB8B) is known color: Green Mist. HEX triplet: BE, CB and 8B. RGB value is (190,203,139). Sum of RGB (Red+Green+Blue) = 190+203+139=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB8B is #413474. Grayscale: #C0C0C0. Windows color (decimal): -4273269 or 9161662. OLE color: 9161662.

HSL color Cylindrical-coordinate representation of color #BECB8B: hue angle of 72.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BECB8B is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 139 -
CMYK 0.06 0 0.32 0.20
HSL 72.19º 0.38% 0.67% -
HSV(B) 72.19º 0.32% 0.8% -
XYZ 47.25 55.52 32.65 -
YUV 191.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 190 203 139 0.06 0 0.32 0.20 72.19 0.38 0.67
Hex BE CB 8B 6 0 20 14 48 26 43
Octal 276 313 213 6 0 40 24 110 46 103
Binary 10111110 11001011 10001011 110 0 100000 10100 1001000 100110 1000011

Color Harmonies of #BECB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB8B

Black with #BECB8B

Text Example


Text Example

White with #BECB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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