Html Css Color HEX #BED49C Sprout

📋 copy color: '#BED49C'

red 190 ◦ green 212 ◦ blue 156

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

Shades of Sprout #BED49C

Tints of Sprout #BED49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.96%

R = 34.05%
G = 37.99%
B = 27.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#BED49C (or 0xBED49C) is known color: Sprout. HEX triplet: BE, D4 and 9C. RGB value is (190,212,156). Sum of RGB (Red+Green+Blue) = 190+212+156=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 212 - color contains mainly: green. Hex color #BED49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED49C is #412B63. Grayscale: #C7C7C7. Windows color (decimal): -4270948 or 10278078. OLE color: 10278078.

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

Color convert

RGB 190 212 156 -
CMYK 0.10 0 0.26 0.17
HSL 83.57º 0.39% 0.72% -
HSV(B) 83.57º 0.26% 0.83% -
XYZ 50.78 60.43 40.44 -
YUV 199.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 190 212 156 0.10 0 0.26 0.17 83.57 0.39 0.72
Hex BE D4 9C A 0 1A 11 54 27 48
Octal 276 324 234 12 0 32 21 124 47 110
Binary 10111110 11010100 10011100 1010 0 11010 10001 1010100 100111 1001000

Color Harmonies of #BED49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED49C

Black with #BED49C

Text Example


Text Example

White with #BED49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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