Html Css Color HEX #BFD98E Sprout

📋 copy color: '#BFD98E'

red 191 ◦ green 217 ◦ blue 142

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

Shades of Sprout #BFD98E

Tints of Sprout #BFD98E

RGB

 RED value IS 191 (75% from 255) = 34.73%

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

 BLUE value IS 142 (55.86% from 255) = 25.82%

R = 34.73%
G = 39.45%
B = 25.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BFD98E (or 0xBFD98E) is known color: Sprout. HEX triplet: BF, D9 and 8E. RGB value is (191,217,142). Sum of RGB (Red+Green+Blue) = 191+217+142=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD98E is #402671. Grayscale: #C8C8C8. Windows color (decimal): -4204146 or 9361855. OLE color: 9361855.

HSL color Cylindrical-coordinate representation of color #BFD98E: hue angle of 80.8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD98E is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 217 142 -
CMYK 0.12 0 0.35 0.15
HSL 80.8º 0.5% 0.7% -
HSV(B) 80.8º 0.35% 0.85% -
XYZ 51.18 62.66 34.99 -
YUV 200.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 191 217 142 0.12 0 0.35 0.15 80.8 0.5 0.7
Hex BF D9 8E C 0 23 F 51 32 46
Octal 277 331 216 14 0 43 17 121 62 106
Binary 10111111 11011001 10001110 1100 0 100011 1111 1010001 110010 1000110

Color Harmonies of #BFD98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD98E

Black with #BFD98E

Text Example


Text Example

White with #BFD98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD98E; }

 p { color: rgb(191,217,142); }

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

background-color css

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

 a { background-color: rgb(191,217,142); }

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

border-color css

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

 span { border-color: rgb(191,217,142); }

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