Html Css Color HEX #BED095 Sprout

📋 copy color: '#BED095'

red 190 ◦ green 208 ◦ blue 149

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

Shades of Sprout #BED095

Tints of Sprout #BED095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.24%

R = 34.73%
G = 38.03%
B = 27.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#BED095 (or 0xBED095) is known color: Sprout. HEX triplet: BE, D0 and 95. RGB value is (190,208,149). Sum of RGB (Red+Green+Blue) = 190+208+149=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #BED095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED095 is #412F6A. Grayscale: #C4C4C4. Windows color (decimal): -4271979 or 9818302. OLE color: 9818302.

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

Color convert

RGB 190 208 149 -
CMYK 0.09 0 0.28 0.18
HSL 78.31º 0.39% 0.7% -
HSV(B) 78.31º 0.28% 0.82% -
XYZ 49.22 58.23 37.08 -
YUV 195.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 190 208 149 0.09 0 0.28 0.18 78.31 0.39 0.7
Hex BE D0 95 9 0 1C 12 4E 27 46
Octal 276 320 225 11 0 34 22 116 47 106
Binary 10111110 11010000 10010101 1001 0 11100 10010 1001110 100111 1000110

Color Harmonies of #BED095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED095

Black with #BED095

Text Example


Text Example

White with #BED095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED095; }

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

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

background-color css

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

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

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

border-color css

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

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

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