Html Css Color HEX #BECA8A Green Mist

📋 copy color: '#BECA8A'

red 190 ◦ green 202 ◦ blue 138

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

Shades of Green Mist #BECA8A

Tints of Green Mist #BECA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.11%

 BLUE value IS 138 (54.3% from 255) = 26.04%

R = 35.85%
G = 38.11%
B = 26.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#BECA8A (or 0xBECA8A) is known color: Green Mist. HEX triplet: BE, CA and 8A. RGB value is (190,202,138). Sum of RGB (Red+Green+Blue) = 190+202+138=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA8A is #413575. Grayscale: #BFBFBF. Windows color (decimal): -4273526 or 9095870. OLE color: 9095870.

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

Color convert

RGB 190 202 138 -
CMYK 0.06 0 0.32 0.21
HSL 71.25º 0.38% 0.67% -
HSV(B) 71.25º 0.32% 0.79% -
XYZ 46.94 55.02 32.19 -
YUV 191.12 98.02 127.2 -
System Red Green Blue C M Y K H S L
Decimal 190 202 138 0.06 0 0.32 0.21 71.25 0.38 0.67
Hex BE CA 8A 6 0 20 15 47 26 43
Octal 276 312 212 6 0 40 25 107 46 103
Binary 10111110 11001010 10001010 110 0 100000 10101 1000111 100110 1000011

Color Harmonies of #BECA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA8A

Black with #BECA8A

Text Example


Text Example

White with #BECA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA8A; }

 p { color: rgb(190,202,138); }

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

background-color css

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

 a { background-color: rgb(190,202,138); }

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

border-color css

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

 span { border-color: rgb(190,202,138); }

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