Html Css Color HEX #BED699 Sprout

📋 copy color: '#BED699'

red 190 ◦ green 214 ◦ blue 153

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

Shades of Sprout #BED699

Tints of Sprout #BED699

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

 BLUE value IS 153 (60.16% from 255) = 27.47%

R = 34.11%
G = 38.42%
B = 27.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#BED699 (or 0xBED699) is known color: Sprout. HEX triplet: BE, D6 and 99. RGB value is (190,214,153). Sum of RGB (Red+Green+Blue) = 190+214+153=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #BED699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED699 is #412966. Grayscale: #C8C8C8. Windows color (decimal): -4270439 or 10081982. OLE color: 10081982.

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

Color convert

RGB 190 214 153 -
CMYK 0.11 0 0.29 0.16
HSL 83.61º 0.43% 0.72% -
HSV(B) 83.61º 0.29% 0.84% -
XYZ 51.03 61.34 39.29 -
YUV 199.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 190 214 153 0.11 0 0.29 0.16 83.61 0.43 0.72
Hex BE D6 99 B 0 1D 10 54 2B 48
Octal 276 326 231 13 0 35 20 124 53 110
Binary 10111110 11010110 10011001 1011 0 11101 10000 1010100 101011 1001000

Color Harmonies of #BED699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED699

Black with #BED699

Text Example


Text Example

White with #BED699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED699; }

 p { color: rgb(190,214,153); }

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

background-color css

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

 a { background-color: rgb(190,214,153); }

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

border-color css

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

 span { border-color: rgb(190,214,153); }

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