Html Css Color HEX #BED09A Sprout

📋 copy color: '#BED09A'

red 190 ◦ green 208 ◦ blue 154

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

Shades of Sprout #BED09A

Tints of Sprout #BED09A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.68%

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

R = 34.42%
G = 37.68%
B = 27.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#BED09A (or 0xBED09A) is known color: Sprout. HEX triplet: BE, D0 and 9A. RGB value is (190,208,154). Sum of RGB (Red+Green+Blue) = 190+208+154=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #BED09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED09A is #412F65. Grayscale: #C4C4C4. Windows color (decimal): -4271974 or 10145982. OLE color: 10145982.

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

Color convert

RGB 190 208 154 -
CMYK 0.09 0 0.26 0.18
HSL 80º 0.36% 0.71% -
HSV(B) 80º 0.26% 0.82% -
XYZ 49.62 58.39 39.23 -
YUV 196.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 190 208 154 0.09 0 0.26 0.18 80 0.36 0.71
Hex BE D0 9A 9 0 1A 12 50 24 47
Octal 276 320 232 11 0 32 22 120 44 107
Binary 10111110 11010000 10011010 1001 0 11010 10010 1010000 100100 1000111

Color Harmonies of #BED09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED09A

Black with #BED09A

Text Example


Text Example

White with #BED09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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