Html Css Color HEX #BEC99A Sprout

📋 copy color: '#BEC99A'

red 190 ◦ green 201 ◦ blue 154

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

Shades of Sprout #BEC99A

Tints of Sprout #BEC99A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.88%

 BLUE value IS 154 (60.55% from 255) = 28.26%

R = 34.86%
G = 36.88%
B = 28.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#BEC99A (or 0xBEC99A) is known color: Sprout. HEX triplet: BE, C9 and 9A. RGB value is (190,201,154). Sum of RGB (Red+Green+Blue) = 190+201+154=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC99A is #413665. Grayscale: #C0C0C0. Windows color (decimal): -4273766 or 10144190. OLE color: 10144190.

HSL color Cylindrical-coordinate representation of color #BEC99A: hue angle of 74.04º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEC99A is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 154 -
CMYK 0.05 0 0.23 0.21
HSL 74.04º 0.3% 0.7% -
HSV(B) 74.04º 0.23% 0.79% -
XYZ 47.95 55.05 38.67 -
YUV 192.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 190 201 154 0.05 0 0.23 0.21 74.04 0.3 0.7
Hex BE C9 9A 5 0 17 15 4A 1E 46
Octal 276 311 232 5 0 27 25 112 36 106
Binary 10111110 11001001 10011010 101 0 10111 10101 1001010 11110 1000110

Color Harmonies of #BEC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC99A

Black with #BEC99A

Text Example


Text Example

White with #BEC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC99A; }

 p { color: rgb(190,201,154); }

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

background-color css

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

 a { background-color: rgb(190,201,154); }

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

border-color css

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

 span { border-color: rgb(190,201,154); }

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