Html Css Color HEX #BED59A Sprout

📋 copy color: '#BED59A'

red 190 ◦ green 213 ◦ blue 154

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

Shades of Sprout #BED59A

Tints of Sprout #BED59A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.24%

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

R = 34.11%
G = 38.24%
B = 27.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#BED59A (or 0xBED59A) is known color: Sprout. HEX triplet: BE, D5 and 9A. RGB value is (190,213,154). Sum of RGB (Red+Green+Blue) = 190+213+154=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #BED59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED59A is #412A65. Grayscale: #C7C7C7. Windows color (decimal): -4270694 or 10147262. OLE color: 10147262.

HSL color Cylindrical-coordinate representation of color #BED59A: hue angle of 83.39º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BED59A is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 213 154 -
CMYK 0.11 0 0.28 0.16
HSL 83.39º 0.41% 0.72% -
HSV(B) 83.39º 0.28% 0.84% -
XYZ 50.86 60.87 39.64 -
YUV 199.4 102.38 121.3 -
System Red Green Blue C M Y K H S L
Decimal 190 213 154 0.11 0 0.28 0.16 83.39 0.41 0.72
Hex BE D5 9A B 0 1C 10 53 29 48
Octal 276 325 232 13 0 34 20 123 51 110
Binary 10111110 11010101 10011010 1011 0 11100 10000 1010011 101001 1001000

Color Harmonies of #BED59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED59A

Black with #BED59A

Text Example


Text Example

White with #BED59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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