Html Css Color HEX #BED39A Sprout

📋 copy color: '#BED39A'

red 190 ◦ green 211 ◦ blue 154

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

Shades of Sprout #BED39A

Tints of Sprout #BED39A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.02%

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

R = 34.23%
G = 38.02%
B = 27.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#BED39A (or 0xBED39A) is known color: Sprout. HEX triplet: BE, D3 and 9A. RGB value is (190,211,154). Sum of RGB (Red+Green+Blue) = 190+211+154=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #BED39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED39A is #412C65. Grayscale: #C6C6C6. Windows color (decimal): -4271206 or 10146750. OLE color: 10146750.

HSL color Cylindrical-coordinate representation of color #BED39A: hue angle of 82.11º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED39A is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 154 -
CMYK 0.10 0 0.27 0.17
HSL 82.11º 0.39% 0.72% -
HSV(B) 82.11º 0.27% 0.83% -
XYZ 50.36 59.87 39.47 -
YUV 198.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 190 211 154 0.10 0 0.27 0.17 82.11 0.39 0.72
Hex BE D3 9A A 0 1B 11 52 27 48
Octal 276 323 232 12 0 33 21 122 47 110
Binary 10111110 11010011 10011010 1010 0 11011 10001 1010010 100111 1001000

Color Harmonies of #BED39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED39A

Black with #BED39A

Text Example


Text Example

White with #BED39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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