Html Css Color HEX #BED29A Sprout

📋 copy color: '#BED29A'

red 190 ◦ green 210 ◦ blue 154

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

Shades of Sprout #BED29A

Tints of Sprout #BED29A

RGB

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

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

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

R = 34.3%
G = 37.91%
B = 27.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#BED29A (or 0xBED29A) is known color: Sprout. HEX triplet: BE, D2 and 9A. RGB value is (190,210,154). Sum of RGB (Red+Green+Blue) = 190+210+154=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #BED29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED29A is #412D65. Grayscale: #C5C5C5. Windows color (decimal): -4271462 or 10146494. OLE color: 10146494.

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

Color convert

RGB 190 210 154 -
CMYK 0.10 0 0.27 0.18
HSL 81.43º 0.38% 0.71% -
HSV(B) 81.43º 0.27% 0.82% -
XYZ 50.11 59.37 39.39 -
YUV 197.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 190 210 154 0.10 0 0.27 0.18 81.43 0.38 0.71
Hex BE D2 9A A 0 1B 12 51 26 47
Octal 276 322 232 12 0 33 22 121 46 107
Binary 10111110 11010010 10011010 1010 0 11011 10010 1010001 100110 1000111

Color Harmonies of #BED29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED29A

Black with #BED29A

Text Example


Text Example

White with #BED29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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