Html Css Color HEX #BED38E Sprout

📋 copy color: '#BED38E'

red 190 ◦ green 211 ◦ blue 142

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

Shades of Sprout #BED38E

Tints of Sprout #BED38E

RGB

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

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

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

R = 34.99%
G = 38.86%
B = 26.15%

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

#BED38E (or 0xBED38E) is known color: Sprout. HEX triplet: BE, D3 and 8E. RGB value is (190,211,142). Sum of RGB (Red+Green+Blue) = 190+211+142=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #BED38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED38E is #412C71. Grayscale: #C5C5C5. Windows color (decimal): -4271218 or 9360318. OLE color: 9360318.

HSL color Cylindrical-coordinate representation of color #BED38E: hue angle of 78.26º degrees, saturation: 0.44, 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 #BED38E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 142 -
CMYK 0.10 0 0.33 0.17
HSL 78.26º 0.44% 0.69% -
HSV(B) 78.26º 0.33% 0.83% -
XYZ 49.41 59.49 34.47 -
YUV 196.86 97.04 123.11 -
System Red Green Blue C M Y K H S L
Decimal 190 211 142 0.10 0 0.33 0.17 78.26 0.44 0.69
Hex BE D3 8E A 0 21 11 4E 2C 45
Octal 276 323 216 12 0 41 21 116 54 105
Binary 10111110 11010011 10001110 1010 0 100001 10001 1001110 101100 1000101

Color Harmonies of #BED38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED38E

Black with #BED38E

Text Example


Text Example

White with #BED38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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