Html Css Color HEX #BECC8B Green Mist

📋 copy color: '#BECC8B'

red 190 ◦ green 204 ◦ blue 139

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

Shades of Green Mist #BECC8B

Tints of Green Mist #BECC8B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.27%

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

R = 35.65%
G = 38.27%
B = 26.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#BECC8B (or 0xBECC8B) is known color: Green Mist. HEX triplet: BE, CC and 8B. RGB value is (190,204,139). Sum of RGB (Red+Green+Blue) = 190+204+139=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC8B is #413374. Grayscale: #C0C0C0. Windows color (decimal): -4273013 or 9161918. OLE color: 9161918.

HSL color Cylindrical-coordinate representation of color #BECC8B: hue angle of 72.92º degrees, saturation: 0.39, 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 #BECC8B is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 139 -
CMYK 0.07 0 0.32 0.2
HSL 72.92º 0.39% 0.67% -
HSV(B) 72.92º 0.32% 0.8% -
XYZ 47.49 56 32.73 -
YUV 192.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 190 204 139 0.07 0 0.32 0.2 72.92 0.39 0.67
Hex BE CC 8B 7 0 20 14 49 27 43
Octal 276 314 213 7 0 40 24 111 47 103
Binary 10111110 11001100 10001011 111 0 100000 10100 1001001 100111 1000011

Color Harmonies of #BECC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC8B

Black with #BECC8B

Text Example


Text Example

White with #BECC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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