Html Css Color HEX #BECA90 Green Mist

📋 copy color: '#BECA90'

red 190 ◦ green 202 ◦ blue 144

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

Shades of Green Mist #BECA90

Tints of Green Mist #BECA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.87%

R = 35.45%
G = 37.69%
B = 26.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#BECA90 (or 0xBECA90) is known color: Green Mist. HEX triplet: BE, CA and 90. RGB value is (190,202,144). Sum of RGB (Red+Green+Blue) = 190+202+144=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA90 is #41356F. Grayscale: #C0C0C0. Windows color (decimal): -4273520 or 9489086. OLE color: 9489086.

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

Color convert

RGB 190 202 144 -
CMYK 0.06 0 0.29 0.21
HSL 72.41º 0.35% 0.68% -
HSV(B) 72.41º 0.29% 0.79% -
XYZ 47.39 55.2 34.54 -
YUV 191.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 190 202 144 0.06 0 0.29 0.21 72.41 0.35 0.68
Hex BE CA 90 6 0 1D 15 48 23 44
Octal 276 312 220 6 0 35 25 110 43 104
Binary 10111110 11001010 10010000 110 0 11101 10101 1001000 100011 1000100

Color Harmonies of #BECA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA90

Black with #BECA90

Text Example


Text Example

White with #BECA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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