Html Css Color HEX #BEDC92 Sprout

📋 copy color: '#BEDC92'

red 190 ◦ green 220 ◦ blue 146

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

Shades of Sprout #BEDC92

Tints of Sprout #BEDC92

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.57%

 BLUE value IS 146 (57.42% from 255) = 26.26%

R = 34.17%
G = 39.57%
B = 26.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#BEDC92 (or 0xBEDC92) is known color: Sprout. HEX triplet: BE, DC and 92. RGB value is (190,220,146). Sum of RGB (Red+Green+Blue) = 190+220+146=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDC92 is #41236D. Grayscale: #CACACA. Windows color (decimal): -4268910 or 9624766. OLE color: 9624766.

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

Color convert

RGB 190 220 146 -
CMYK 0.14 0 0.34 0.14
HSL 84.32º 0.51% 0.72% -
HSV(B) 84.32º 0.34% 0.86% -
XYZ 52.02 64.21 36.85 -
YUV 202.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 190 220 146 0.14 0 0.34 0.14 84.32 0.51 0.72
Hex BE DC 92 E 0 22 E 54 33 48
Octal 276 334 222 16 0 42 16 124 63 110
Binary 10111110 11011100 10010010 1110 0 100010 1110 1010100 110011 1001000

Color Harmonies of #BEDC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDC92

Black with #BEDC92

Text Example


Text Example

White with #BEDC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDC92; }

 p { color: rgb(190,220,146); }

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

background-color css

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

 a { background-color: rgb(190,220,146); }

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

border-color css

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

 span { border-color: rgb(190,220,146); }

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