Html Css Color HEX #BED395 Sprout

📋 copy color: '#BED395'

red 190 ◦ green 211 ◦ blue 149

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

Shades of Sprout #BED395

Tints of Sprout #BED395

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.36%

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

R = 34.55%
G = 38.36%
B = 27.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#BED395 (or 0xBED395) is known color: Sprout. HEX triplet: BE, D3 and 95. RGB value is (190,211,149). Sum of RGB (Red+Green+Blue) = 190+211+149=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 211 - color contains mainly: green. Hex color #BED395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED395 is #412C6A. Grayscale: #C5C5C5. Windows color (decimal): -4271211 or 9819070. OLE color: 9819070.

HSL color Cylindrical-coordinate representation of color #BED395: hue angle of 80.32º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BED395 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 149 -
CMYK 0.10 0 0.29 0.17
HSL 80.32º 0.41% 0.71% -
HSV(B) 80.32º 0.29% 0.83% -
XYZ 49.95 59.71 37.33 -
YUV 197.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 190 211 149 0.10 0 0.29 0.17 80.32 0.41 0.71
Hex BE D3 95 A 0 1D 11 50 29 47
Octal 276 323 225 12 0 35 21 120 51 107
Binary 10111110 11010011 10010101 1010 0 11101 10001 1010000 101001 1000111

Color Harmonies of #BED395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED395

Black with #BED395

Text Example


Text Example

White with #BED395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED395; }

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

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

background-color css

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

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

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

border-color css

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

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

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