Html Css Color HEX #BED29E Sprout

📋 copy color: '#BED29E'

red 190 ◦ green 210 ◦ blue 158

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

Shades of Sprout #BED29E

Tints of Sprout #BED29E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.63%

 BLUE value IS 158 (62.11% from 255) = 28.32%

R = 34.05%
G = 37.63%
B = 28.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BED29E (or 0xBED29E) is known color: Sprout. HEX triplet: BE, D2 and 9E. RGB value is (190,210,158). Sum of RGB (Red+Green+Blue) = 190+210+158=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 210 - color contains mainly: green. Hex color #BED29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED29E is #412D61. Grayscale: #C6C6C6. Windows color (decimal): -4271458 or 10408638. OLE color: 10408638.

HSL color Cylindrical-coordinate representation of color #BED29E: hue angle of 83.08º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED29E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 158 -
CMYK 0.10 0 0.25 0.18
HSL 83.08º 0.37% 0.72% -
HSV(B) 83.08º 0.25% 0.82% -
XYZ 50.45 59.51 41.17 -
YUV 198.09 105.37 122.23 -
System Red Green Blue C M Y K H S L
Decimal 190 210 158 0.10 0 0.25 0.18 83.08 0.37 0.72
Hex BE D2 9E A 0 19 12 53 25 48
Octal 276 322 236 12 0 31 22 123 45 110
Binary 10111110 11010010 10011110 1010 0 11001 10010 1010011 100101 1001000

Color Harmonies of #BED29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED29E

Black with #BED29E

Text Example


Text Example

White with #BED29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED29E; }

 p { color: rgb(190,210,158); }

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

background-color css

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

 a { background-color: rgb(190,210,158); }

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

border-color css

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

 span { border-color: rgb(190,210,158); }

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