Html Css Color HEX #BED48B Sprout

📋 copy color: '#BED48B'

red 190 ◦ green 212 ◦ blue 139

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

Shades of Sprout #BED48B

Tints of Sprout #BED48B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.19%

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

R = 35.12%
G = 39.19%
B = 25.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#BED48B (or 0xBED48B) is known color: Sprout. HEX triplet: BE, D4 and 8B. RGB value is (190,212,139). Sum of RGB (Red+Green+Blue) = 190+212+139=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #BED48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED48B is #412B74. Grayscale: #C5C5C5. Windows color (decimal): -4270965 or 9163966. OLE color: 9163966.

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

Color convert

RGB 190 212 139 -
CMYK 0.10 0 0.34 0.17
HSL 78.08º 0.46% 0.69% -
HSV(B) 78.08º 0.34% 0.83% -
XYZ 49.44 59.9 33.38 -
YUV 197.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 190 212 139 0.10 0 0.34 0.17 78.08 0.46 0.69
Hex BE D4 8B A 0 22 11 4E 2E 45
Octal 276 324 213 12 0 42 21 116 56 105
Binary 10111110 11010100 10001011 1010 0 100010 10001 1001110 101110 1000101

Color Harmonies of #BED48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED48B

Black with #BED48B

Text Example


Text Example

White with #BED48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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