Html Css Color HEX #BEDD91 Sprout

📋 copy color: '#BEDD91'

red 190 ◦ green 221 ◦ blue 145

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

Shades of Sprout #BEDD91

Tints of Sprout #BEDD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.08%

R = 34.17%
G = 39.75%
B = 26.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#BEDD91 (or 0xBEDD91) is known color: Sprout. HEX triplet: BE, DD and 91. RGB value is (190,221,145). Sum of RGB (Red+Green+Blue) = 190+221+145=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDD91 is #41226E. Grayscale: #CBCBCB. Windows color (decimal): -4268655 or 9559486. OLE color: 9559486.

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

Color convert

RGB 190 221 145 -
CMYK 0.14 0 0.34 0.13
HSL 84.47º 0.53% 0.72% -
HSV(B) 84.47º 0.34% 0.87% -
XYZ 52.2 64.7 36.53 -
YUV 203.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 190 221 145 0.14 0 0.34 0.13 84.47 0.53 0.72
Hex BE DD 91 E 0 22 D 54 35 48
Octal 276 335 221 16 0 42 15 124 65 110
Binary 10111110 11011101 10010001 1110 0 100010 1101 1010100 110101 1001000

Color Harmonies of #BEDD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD91

Black with #BEDD91

Text Example


Text Example

White with #BEDD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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