Html Css Color HEX #BECD9A Sprout

📋 copy color: '#BECD9A'

red 190 ◦ green 205 ◦ blue 154

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

Shades of Sprout #BECD9A

Tints of Sprout #BECD9A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.34%

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

R = 34.61%
G = 37.34%
B = 28.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#BECD9A (or 0xBECD9A) is known color: Sprout. HEX triplet: BE, CD and 9A. RGB value is (190,205,154). Sum of RGB (Red+Green+Blue) = 190+205+154=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD9A is #413265. Grayscale: #C2C2C2. Windows color (decimal): -4272742 or 10145214. OLE color: 10145214.

HSL color Cylindrical-coordinate representation of color #BECD9A: hue angle of 77.65º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECD9A is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 154 -
CMYK 0.07 0 0.25 0.20
HSL 77.65º 0.34% 0.7% -
HSV(B) 77.65º 0.25% 0.8% -
XYZ 48.9 56.94 38.99 -
YUV 194.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 190 205 154 0.07 0 0.25 0.20 77.65 0.34 0.7
Hex BE CD 9A 7 0 19 14 4E 22 46
Octal 276 315 232 7 0 31 24 116 42 106
Binary 10111110 11001101 10011010 111 0 11001 10100 1001110 100010 1000110

Color Harmonies of #BECD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD9A

Black with #BECD9A

Text Example


Text Example

White with #BECD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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