Html Css Color HEX #BED28F Sprout

📋 copy color: '#BED28F'

red 190 ◦ green 210 ◦ blue 143

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

Shades of Sprout #BED28F

Tints of Sprout #BED28F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.67%

 BLUE value IS 143 (56.25% from 255) = 26.34%

R = 34.99%
G = 38.67%
B = 26.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#BED28F (or 0xBED28F) is known color: Sprout. HEX triplet: BE, D2 and 8F. RGB value is (190,210,143). Sum of RGB (Red+Green+Blue) = 190+210+143=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 210 - color contains mainly: green. Hex color #BED28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED28F is #412D70. Grayscale: #C4C4C4. Windows color (decimal): -4271473 or 9425598. OLE color: 9425598.

HSL color Cylindrical-coordinate representation of color #BED28F: hue angle of 77.91º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BED28F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 143 -
CMYK 0.10 0 0.32 0.18
HSL 77.91º 0.43% 0.69% -
HSV(B) 77.91º 0.32% 0.82% -
XYZ 49.24 59.02 34.78 -
YUV 196.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 190 210 143 0.10 0 0.32 0.18 77.91 0.43 0.69
Hex BE D2 8F A 0 20 12 4E 2B 45
Octal 276 322 217 12 0 40 22 116 53 105
Binary 10111110 11010010 10001111 1010 0 100000 10010 1001110 101011 1000101

Color Harmonies of #BED28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED28F

Black with #BED28F

Text Example


Text Example

White with #BED28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED28F; }

 p { color: rgb(190,210,143); }

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

background-color css

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

 a { background-color: rgb(190,210,143); }

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

border-color css

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

 span { border-color: rgb(190,210,143); }

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