Html Css Color HEX #BEDB8F Sprout

📋 copy color: '#BEDB8F'

red 190 ◦ green 219 ◦ blue 143

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

Shades of Sprout #BEDB8F

Tints of Sprout #BEDB8F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.67%

 BLUE value IS 143 (56.25% from 255) = 25.91%

R = 34.42%
G = 39.67%
B = 25.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#BEDB8F (or 0xBEDB8F) is known color: Sprout. HEX triplet: BE, DB and 8F. RGB value is (190,219,143). Sum of RGB (Red+Green+Blue) = 190+219+143=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB8F is #412470. Grayscale: #C9C9C9. Windows color (decimal): -4269169 or 9427902. OLE color: 9427902.

HSL color Cylindrical-coordinate representation of color #BEDB8F: hue angle of 82.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEDB8F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 219 143 -
CMYK 0.13 0 0.35 0.14
HSL 82.89º 0.51% 0.71% -
HSV(B) 82.89º 0.35% 0.86% -
XYZ 51.52 63.59 35.55 -
YUV 201.67 94.89 119.68 -
System Red Green Blue C M Y K H S L
Decimal 190 219 143 0.13 0 0.35 0.14 82.89 0.51 0.71
Hex BE DB 8F D 0 23 E 53 33 47
Octal 276 333 217 15 0 43 16 123 63 107
Binary 10111110 11011011 10001111 1101 0 100011 1110 1010011 110011 1000111

Color Harmonies of #BEDB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB8F

Black with #BEDB8F

Text Example


Text Example

White with #BEDB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB8F; }

 p { color: rgb(190,219,143); }

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

background-color css

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

 a { background-color: rgb(190,219,143); }

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

border-color css

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

 span { border-color: rgb(190,219,143); }

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