Html Css Color HEX #BED092 Sprout

📋 copy color: '#BED092'

red 190 ◦ green 208 ◦ blue 146

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

Shades of Sprout #BED092

Tints of Sprout #BED092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.24%

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

R = 34.93%
G = 38.24%
B = 26.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BED092 (or 0xBED092) is known color: Sprout. HEX triplet: BE, D0 and 92. RGB value is (190,208,146). Sum of RGB (Red+Green+Blue) = 190+208+146=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #BED092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED092 is #412F6D. Grayscale: #C3C3C3. Windows color (decimal): -4271982 or 9621694. OLE color: 9621694.

HSL color Cylindrical-coordinate representation of color #BED092: hue angle of 77.42º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED092 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 146 -
CMYK 0.09 0 0.30 0.18
HSL 77.42º 0.4% 0.69% -
HSV(B) 77.42º 0.3% 0.82% -
XYZ 48.98 58.13 35.83 -
YUV 195.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 190 208 146 0.09 0 0.30 0.18 77.42 0.4 0.69
Hex BE D0 92 9 0 1E 12 4D 28 45
Octal 276 320 222 11 0 36 22 115 50 105
Binary 10111110 11010000 10010010 1001 0 11110 10010 1001101 101000 1000101

Color Harmonies of #BED092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED092

Black with #BED092

Text Example


Text Example

White with #BED092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED092; }

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

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

background-color css

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

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

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

border-color css

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

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

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