Html Css Color HEX #BED59C Sprout

📋 copy color: '#BED59C'

red 190 ◦ green 213 ◦ blue 156

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

Shades of Sprout #BED59C

Tints of Sprout #BED59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.91%

R = 33.99%
G = 38.1%
B = 27.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#BED59C (or 0xBED59C) is known color: Sprout. HEX triplet: BE, D5 and 9C. RGB value is (190,213,156). Sum of RGB (Red+Green+Blue) = 190+213+156=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #BED59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED59C is #412A63. Grayscale: #C7C7C7. Windows color (decimal): -4270692 or 10278334. OLE color: 10278334.

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

Color convert

RGB 190 213 156 -
CMYK 0.11 0 0.27 0.16
HSL 84.21º 0.4% 0.72% -
HSV(B) 84.21º 0.27% 0.84% -
XYZ 51.03 60.94 40.52 -
YUV 199.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 190 213 156 0.11 0 0.27 0.16 84.21 0.4 0.72
Hex BE D5 9C B 0 1B 10 54 28 48
Octal 276 325 234 13 0 33 20 124 50 110
Binary 10111110 11010101 10011100 1011 0 11011 10000 1010100 101000 1001000

Color Harmonies of #BED59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED59C

Black with #BED59C

Text Example


Text Example

White with #BED59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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