Html Css Color HEX #BED68D Sprout

📋 copy color: '#BED68D'

red 190 ◦ green 214 ◦ blue 141

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

Shades of Sprout #BED68D

Tints of Sprout #BED68D

RGB

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

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

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

R = 34.86%
G = 39.27%
B = 25.87%

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

#BED68D (or 0xBED68D) is known color: Sprout. HEX triplet: BE, D6 and 8D. RGB value is (190,214,141). Sum of RGB (Red+Green+Blue) = 190+214+141=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #BED68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED68D is #412972. Grayscale: #C6C6C6. Windows color (decimal): -4270451 or 9295550. OLE color: 9295550.

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

Color convert

RGB 190 214 141 -
CMYK 0.11 0 0.34 0.16
HSL 79.73º 0.47% 0.7% -
HSV(B) 79.73º 0.34% 0.84% -
XYZ 50.09 60.96 34.33 -
YUV 198.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 190 214 141 0.11 0 0.34 0.16 79.73 0.47 0.7
Hex BE D6 8D B 0 22 10 50 2F 46
Octal 276 326 215 13 0 42 20 120 57 106
Binary 10111110 11010110 10001101 1011 0 100010 10000 1010000 101111 1000110

Color Harmonies of #BED68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED68D

Black with #BED68D

Text Example


Text Example

White with #BED68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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