Html Css Color HEX #BED096 Sprout

📋 copy color: '#BED096'

red 190 ◦ green 208 ◦ blue 150

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

Shades of Sprout #BED096

Tints of Sprout #BED096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.37%

R = 34.67%
G = 37.96%
B = 27.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#BED096 (or 0xBED096) is known color: Sprout. HEX triplet: BE, D0 and 96. RGB value is (190,208,150). Sum of RGB (Red+Green+Blue) = 190+208+150=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 208 - color contains mainly: green. Hex color #BED096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED096 is #412F69. Grayscale: #C4C4C4. Windows color (decimal): -4271978 or 9883838. OLE color: 9883838.

HSL color Cylindrical-coordinate representation of color #BED096: hue angle of 78.62º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BED096 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 150 -
CMYK 0.09 0 0.28 0.18
HSL 78.62º 0.38% 0.7% -
HSV(B) 78.62º 0.28% 0.82% -
XYZ 49.3 58.26 37.5 -
YUV 196.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 190 208 150 0.09 0 0.28 0.18 78.62 0.38 0.7
Hex BE D0 96 9 0 1C 12 4F 26 46
Octal 276 320 226 11 0 34 22 117 46 106
Binary 10111110 11010000 10010110 1001 0 11100 10010 1001111 100110 1000110

Color Harmonies of #BED096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED096

Black with #BED096

Text Example


Text Example

White with #BED096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED096; }

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

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

background-color css

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

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

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

border-color css

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

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

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