Html Css Color HEX #BED28A Sprout

📋 copy color: '#BED28A'

red 190 ◦ green 210 ◦ blue 138

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

Shades of Sprout #BED28A

Tints of Sprout #BED28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 35.32%
G = 39.03%
B = 25.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#BED28A (or 0xBED28A) is known color: Sprout. HEX triplet: BE, D2 and 8A. RGB value is (190,210,138). Sum of RGB (Red+Green+Blue) = 190+210+138=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #BED28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED28A is #412D75. Grayscale: #C4C4C4. Windows color (decimal): -4271478 or 9097918. OLE color: 9097918.

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

Color convert

RGB 190 210 138 -
CMYK 0.10 0 0.34 0.18
HSL 76.67º 0.44% 0.68% -
HSV(B) 76.67º 0.34% 0.82% -
XYZ 48.87 58.88 32.83 -
YUV 195.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 190 210 138 0.10 0 0.34 0.18 76.67 0.44 0.68
Hex BE D2 8A A 0 22 12 4D 2C 44
Octal 276 322 212 12 0 42 22 115 54 104
Binary 10111110 11010010 10001010 1010 0 100010 10010 1001101 101100 1000100

Color Harmonies of #BED28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED28A

Black with #BED28A

Text Example


Text Example

White with #BED28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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