Html Css Color HEX #BED997 Sprout

📋 copy color: '#BED997'

red 190 ◦ green 217 ◦ blue 151

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

Shades of Sprout #BED997

Tints of Sprout #BED997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.89%

 BLUE value IS 151 (59.38% from 255) = 27.06%

R = 34.05%
G = 38.89%
B = 27.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BED997 (or 0xBED997) is known color: Sprout. HEX triplet: BE, D9 and 97. RGB value is (190,217,151). Sum of RGB (Red+Green+Blue) = 190+217+151=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #BED997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED997 is #412668. Grayscale: #C9C9C9. Windows color (decimal): -4269673 or 9951678. OLE color: 9951678.

HSL color Cylindrical-coordinate representation of color #BED997: hue angle of 84.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BED997 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 217 151 -
CMYK 0.12 0 0.30 0.15
HSL 84.55º 0.46% 0.72% -
HSV(B) 84.55º 0.3% 0.85% -
XYZ 51.63 62.81 38.68 -
YUV 201.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 190 217 151 0.12 0 0.30 0.15 84.55 0.46 0.72
Hex BE D9 97 C 0 1E F 55 2E 48
Octal 276 331 227 14 0 36 17 125 56 110
Binary 10111110 11011001 10010111 1100 0 11110 1111 1010101 101110 1001000

Color Harmonies of #BED997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED997

Black with #BED997

Text Example


Text Example

White with #BED997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED997; }

 p { color: rgb(190,217,151); }

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

background-color css

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

 a { background-color: rgb(190,217,151); }

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

border-color css

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

 span { border-color: rgb(190,217,151); }

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