Html Css Color HEX #BEDD94 Sprout

📋 copy color: '#BEDD94'

red 190 ◦ green 221 ◦ blue 148

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

Shades of Sprout #BEDD94

Tints of Sprout #BEDD94

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.53%

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

R = 33.99%
G = 39.53%
B = 26.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#BEDD94 (or 0xBEDD94) is known color: Sprout. HEX triplet: BE, DD and 94. RGB value is (190,221,148). Sum of RGB (Red+Green+Blue) = 190+221+148=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD94 is #41226B. Grayscale: #CBCBCB. Windows color (decimal): -4268652 or 9756094. OLE color: 9756094.

HSL color Cylindrical-coordinate representation of color #BEDD94: hue angle of 85.48º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEDD94 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 148 -
CMYK 0.14 0 0.33 0.13
HSL 85.48º 0.52% 0.72% -
HSV(B) 85.48º 0.33% 0.87% -
XYZ 52.44 64.8 37.76 -
YUV 203.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 190 221 148 0.14 0 0.33 0.13 85.48 0.52 0.72
Hex BE DD 94 E 0 21 D 55 34 48
Octal 276 335 224 16 0 41 15 125 64 110
Binary 10111110 11011101 10010100 1110 0 100001 1101 1010101 110100 1001000

Color Harmonies of #BEDD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD94

Black with #BEDD94

Text Example


Text Example

White with #BEDD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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