Html Css Color HEX #BED78E Sprout

📋 copy color: '#BED78E'

red 190 ◦ green 215 ◦ blue 142

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

Shades of Sprout #BED78E

Tints of Sprout #BED78E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.31%

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

R = 34.73%
G = 39.31%
B = 25.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#BED78E (or 0xBED78E) is known color: Sprout. HEX triplet: BE, D7 and 8E. RGB value is (190,215,142). Sum of RGB (Red+Green+Blue) = 190+215+142=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #BED78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED78E is #412871. Grayscale: #C7C7C7. Windows color (decimal): -4270194 or 9361342. OLE color: 9361342.

HSL color Cylindrical-coordinate representation of color #BED78E: hue angle of 80.55º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BED78E is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 142 -
CMYK 0.12 0 0.34 0.16
HSL 80.55º 0.48% 0.7% -
HSV(B) 80.55º 0.34% 0.84% -
XYZ 50.42 61.5 34.8 -
YUV 199.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 190 215 142 0.12 0 0.34 0.16 80.55 0.48 0.7
Hex BE D7 8E C 0 22 10 51 30 46
Octal 276 327 216 14 0 42 20 121 60 106
Binary 10111110 11010111 10001110 1100 0 100010 10000 1010001 110000 1000110

Color Harmonies of #BED78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED78E

Black with #BED78E

Text Example


Text Example

White with #BED78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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