Html Css Color HEX #BECE8E Sprout

📋 copy color: '#BECE8E'

red 190 ◦ green 206 ◦ blue 142

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

Shades of Sprout #BECE8E

Tints of Sprout #BECE8E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.29%

 BLUE value IS 142 (55.86% from 255) = 26.39%

R = 35.32%
G = 38.29%
B = 26.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#BECE8E (or 0xBECE8E) is known color: Sprout. HEX triplet: BE, CE and 8E. RGB value is (190,206,142). Sum of RGB (Red+Green+Blue) = 190+206+142=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE8E is #413171. Grayscale: #C2C2C2. Windows color (decimal): -4272498 or 9359038. OLE color: 9359038.

HSL color Cylindrical-coordinate representation of color #BECE8E: hue angle of 75º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BECE8E is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 142 -
CMYK 0.08 0 0.31 0.19
HSL 75º 0.4% 0.68% -
HSV(B) 75º 0.31% 0.81% -
XYZ 48.19 57.04 34.06 -
YUV 193.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 190 206 142 0.08 0 0.31 0.19 75 0.4 0.68
Hex BE CE 8E 8 0 1F 13 4B 28 44
Octal 276 316 216 10 0 37 23 113 50 104
Binary 10111110 11001110 10001110 1000 0 11111 10011 1001011 101000 1000100

Color Harmonies of #BECE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE8E

Black with #BECE8E

Text Example


Text Example

White with #BECE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE8E; }

 p { color: rgb(190,206,142); }

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

background-color css

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

 a { background-color: rgb(190,206,142); }

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

border-color css

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

 span { border-color: rgb(190,206,142); }

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