Html Css Color HEX #BED594 Sprout

📋 copy color: '#BED594'

red 190 ◦ green 213 ◦ blue 148

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

Shades of Sprout #BED594

Tints of Sprout #BED594

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.66%

 BLUE value IS 148 (58.2% from 255) = 26.86%

R = 34.48%
G = 38.66%
B = 26.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#BED594 (or 0xBED594) is known color: Sprout. HEX triplet: BE, D5 and 94. RGB value is (190,213,148). Sum of RGB (Red+Green+Blue) = 190+213+148=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #BED594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED594 is #412A6B. Grayscale: #C6C6C6. Windows color (decimal): -4270700 or 9754046. OLE color: 9754046.

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

Color convert

RGB 190 213 148 -
CMYK 0.11 0 0.31 0.16
HSL 81.23º 0.44% 0.71% -
HSV(B) 81.23º 0.31% 0.84% -
XYZ 50.37 60.67 37.07 -
YUV 198.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 190 213 148 0.11 0 0.31 0.16 81.23 0.44 0.71
Hex BE D5 94 B 0 1F 10 51 2C 47
Octal 276 325 224 13 0 37 20 121 54 107
Binary 10111110 11010101 10010100 1011 0 11111 10000 1010001 101100 1000111

Color Harmonies of #BED594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED594

Black with #BED594

Text Example


Text Example

White with #BED594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED594; }

 p { color: rgb(190,213,148); }

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

background-color css

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

 a { background-color: rgb(190,213,148); }

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

border-color css

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

 span { border-color: rgb(190,213,148); }

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