Html Css Color HEX #BED18B Sprout

📋 copy color: '#BED18B'

red 190 ◦ green 209 ◦ blue 139

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

Shades of Sprout #BED18B

Tints of Sprout #BED18B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.85%

 BLUE value IS 139 (54.69% from 255) = 25.84%

R = 35.32%
G = 38.85%
B = 25.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#BED18B (or 0xBED18B) is known color: Sprout. HEX triplet: BE, D1 and 8B. RGB value is (190,209,139). Sum of RGB (Red+Green+Blue) = 190+209+139=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #BED18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED18B is #412E74. Grayscale: #C3C3C3. Windows color (decimal): -4271733 or 9163198. OLE color: 9163198.

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

Color convert

RGB 190 209 139 -
CMYK 0.09 0 0.33 0.18
HSL 76.29º 0.43% 0.68% -
HSV(B) 76.29º 0.33% 0.82% -
XYZ 48.7 58.41 33.13 -
YUV 195.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 190 209 139 0.09 0 0.33 0.18 76.29 0.43 0.68
Hex BE D1 8B 9 0 21 12 4C 2B 44
Octal 276 321 213 11 0 41 22 114 53 104
Binary 10111110 11010001 10001011 1001 0 100001 10010 1001100 101011 1000100

Color Harmonies of #BED18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED18B

Black with #BED18B

Text Example


Text Example

White with #BED18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED18B; }

 p { color: rgb(190,209,139); }

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

background-color css

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

 a { background-color: rgb(190,209,139); }

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

border-color css

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

 span { border-color: rgb(190,209,139); }

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