Html Css Color HEX #BED298 Sprout

📋 copy color: '#BED298'

red 190 ◦ green 210 ◦ blue 152

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

Shades of Sprout #BED298

Tints of Sprout #BED298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.54%

R = 34.42%
G = 38.04%
B = 27.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#BED298 (or 0xBED298) is known color: Sprout. HEX triplet: BE, D2 and 98. RGB value is (190,210,152). Sum of RGB (Red+Green+Blue) = 190+210+152=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #BED298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED298 is #412D67. Grayscale: #C5C5C5. Windows color (decimal): -4271464 or 10015422. OLE color: 10015422.

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

Color convert

RGB 190 210 152 -
CMYK 0.10 0 0.28 0.18
HSL 80.69º 0.39% 0.71% -
HSV(B) 80.69º 0.28% 0.82% -
XYZ 49.95 59.31 38.52 -
YUV 197.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 190 210 152 0.10 0 0.28 0.18 80.69 0.39 0.71
Hex BE D2 98 A 0 1C 12 51 27 47
Octal 276 322 230 12 0 34 22 121 47 107
Binary 10111110 11010010 10011000 1010 0 11100 10010 1010001 100111 1000111

Color Harmonies of #BED298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED298

Black with #BED298

Text Example


Text Example

White with #BED298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED298; }

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

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

background-color css

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

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

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

border-color css

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

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

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