Html Css Color HEX #BED39B Sprout

📋 copy color: '#BED39B'

red 190 ◦ green 211 ◦ blue 155

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

Shades of Sprout #BED39B

Tints of Sprout #BED39B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.95%

 BLUE value IS 155 (60.94% from 255) = 27.88%

R = 34.17%
G = 37.95%
B = 27.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#BED39B (or 0xBED39B) is known color: Sprout. HEX triplet: BE, D3 and 9B. RGB value is (190,211,155). Sum of RGB (Red+Green+Blue) = 190+211+155=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 211 - color contains mainly: green. Hex color #BED39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED39B is #412C64. Grayscale: #C6C6C6. Windows color (decimal): -4271205 or 10212286. OLE color: 10212286.

HSL color Cylindrical-coordinate representation of color #BED39B: hue angle of 82.5º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BED39B is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 155 -
CMYK 0.10 0 0.27 0.17
HSL 82.5º 0.39% 0.72% -
HSV(B) 82.5º 0.27% 0.83% -
XYZ 50.45 59.9 39.91 -
YUV 198.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 190 211 155 0.10 0 0.27 0.17 82.5 0.39 0.72
Hex BE D3 9B A 0 1B 11 52 27 48
Octal 276 323 233 12 0 33 21 122 47 110
Binary 10111110 11010011 10011011 1010 0 11011 10001 1010010 100111 1001000

Color Harmonies of #BED39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED39B

Black with #BED39B

Text Example


Text Example

White with #BED39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED39B; }

 p { color: rgb(190,211,155); }

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

background-color css

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

 a { background-color: rgb(190,211,155); }

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

border-color css

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

 span { border-color: rgb(190,211,155); }

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