Html Css Color HEX #BEDB93 Sprout

📋 copy color: '#BEDB93'

red 190 ◦ green 219 ◦ blue 147

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

Shades of Sprout #BEDB93

Tints of Sprout #BEDB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.44%

R = 34.17%
G = 39.39%
B = 26.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#BEDB93 (or 0xBEDB93) is known color: Sprout. HEX triplet: BE, DB and 93. RGB value is (190,219,147). Sum of RGB (Red+Green+Blue) = 190+219+147=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDB93 is #41246C. Grayscale: #CACACA. Windows color (decimal): -4269165 or 9690046. OLE color: 9690046.

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

Color convert

RGB 190 219 147 -
CMYK 0.13 0 0.33 0.14
HSL 84.17º 0.5% 0.72% -
HSV(B) 84.17º 0.33% 0.86% -
XYZ 51.83 63.72 37.17 -
YUV 202.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 190 219 147 0.13 0 0.33 0.14 84.17 0.5 0.72
Hex BE DB 93 D 0 21 E 54 32 48
Octal 276 333 223 15 0 41 16 124 62 110
Binary 10111110 11011011 10010011 1101 0 100001 1110 1010100 110010 1001000

Color Harmonies of #BEDB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDB93

Black with #BEDB93

Text Example


Text Example

White with #BEDB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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