Html Css Color HEX #BED48E Sprout

📋 copy color: '#BED48E'

red 190 ◦ green 212 ◦ blue 142

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

Shades of Sprout #BED48E

Tints of Sprout #BED48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.1%

R = 34.93%
G = 38.97%
B = 26.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#BED48E (or 0xBED48E) is known color: Sprout. HEX triplet: BE, D4 and 8E. RGB value is (190,212,142). Sum of RGB (Red+Green+Blue) = 190+212+142=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #BED48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED48E is #412B71. Grayscale: #C5C5C5. Windows color (decimal): -4270962 or 9360574. OLE color: 9360574.

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

Color convert

RGB 190 212 142 -
CMYK 0.10 0 0.33 0.17
HSL 78.86º 0.45% 0.69% -
HSV(B) 78.86º 0.33% 0.83% -
XYZ 49.66 59.99 34.55 -
YUV 197.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 190 212 142 0.10 0 0.33 0.17 78.86 0.45 0.69
Hex BE D4 8E A 0 21 11 4F 2D 45
Octal 276 324 216 12 0 41 21 117 55 105
Binary 10111110 11010100 10001110 1010 0 100001 10001 1001111 101101 1000101

Color Harmonies of #BED48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED48E

Black with #BED48E

Text Example


Text Example

White with #BED48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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