Html Css Color HEX #BED894 Sprout

📋 copy color: '#BED894'

red 190 ◦ green 216 ◦ blue 148

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

Shades of Sprout #BED894

Tints of Sprout #BED894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.99%

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

R = 34.3%
G = 38.99%
B = 26.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#BED894 (or 0xBED894) is known color: Sprout. HEX triplet: BE, D8 and 94. RGB value is (190,216,148). Sum of RGB (Red+Green+Blue) = 190+216+148=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 216 - color contains mainly: green. Hex color #BED894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED894 is #41276B. Grayscale: #C8C8C8. Windows color (decimal): -4269932 or 9754814. OLE color: 9754814.

HSL color Cylindrical-coordinate representation of color #BED894: hue angle of 82.94º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BED894 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 148 -
CMYK 0.12 0 0.31 0.15
HSL 82.94º 0.47% 0.71% -
HSV(B) 82.94º 0.31% 0.85% -
XYZ 51.14 62.2 37.33 -
YUV 200.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 190 216 148 0.12 0 0.31 0.15 82.94 0.47 0.71
Hex BE D8 94 C 0 1F F 53 2F 47
Octal 276 330 224 14 0 37 17 123 57 107
Binary 10111110 11011000 10010100 1100 0 11111 1111 1010011 101111 1000111

Color Harmonies of #BED894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED894

Black with #BED894

Text Example


Text Example

White with #BED894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED894; }

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

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

background-color css

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

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

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

border-color css

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

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

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