Html Css Color HEX #BED78D Sprout

📋 copy color: '#BED78D'

red 190 ◦ green 215 ◦ blue 141

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

Shades of Sprout #BED78D

Tints of Sprout #BED78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 34.8%
G = 39.38%
B = 25.82%

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

#BED78D (or 0xBED78D) is known color: Sprout. HEX triplet: BE, D7 and 8D. RGB value is (190,215,141). Sum of RGB (Red+Green+Blue) = 190+215+141=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #BED78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED78D is #412872. Grayscale: #C7C7C7. Windows color (decimal): -4270195 or 9295806. OLE color: 9295806.

HSL color Cylindrical-coordinate representation of color #BED78D: hue angle of 80.27º 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 #BED78D is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 141 -
CMYK 0.12 0 0.34 0.16
HSL 80.27º 0.48% 0.7% -
HSV(B) 80.27º 0.34% 0.84% -
XYZ 50.34 61.47 34.41 -
YUV 199.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 190 215 141 0.12 0 0.34 0.16 80.27 0.48 0.7
Hex BE D7 8D C 0 22 10 50 30 46
Octal 276 327 215 14 0 42 20 120 60 106
Binary 10111110 11010111 10001101 1100 0 100010 10000 1010000 110000 1000110

Color Harmonies of #BED78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED78D

Black with #BED78D

Text Example


Text Example

White with #BED78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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