Html Css Color HEX #BED68E Sprout

📋 copy color: '#BED68E'

red 190 ◦ green 214 ◦ blue 142

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

Shades of Sprout #BED68E

Tints of Sprout #BED68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.19%

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

R = 34.8%
G = 39.19%
B = 26.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#BED68E (or 0xBED68E) is known color: Sprout. HEX triplet: BE, D6 and 8E. RGB value is (190,214,142). Sum of RGB (Red+Green+Blue) = 190+214+142=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #BED68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED68E is #412971. Grayscale: #C6C6C6. Windows color (decimal): -4270450 or 9361086. OLE color: 9361086.

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

Color convert

RGB 190 214 142 -
CMYK 0.11 0 0.34 0.16
HSL 80º 0.47% 0.7% -
HSV(B) 80º 0.34% 0.84% -
XYZ 50.16 60.99 34.72 -
YUV 198.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 190 214 142 0.11 0 0.34 0.16 80 0.47 0.7
Hex BE D6 8E B 0 22 10 50 2F 46
Octal 276 326 216 13 0 42 20 120 57 106
Binary 10111110 11010110 10001110 1011 0 100010 10000 1010000 101111 1000110

Color Harmonies of #BED68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED68E

Black with #BED68E

Text Example


Text Example

White with #BED68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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