Html Css Color HEX #BFD19E Sprout

📋 copy color: '#BFD19E'

red 191 ◦ green 209 ◦ blue 158

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

Shades of Sprout #BFD19E

Tints of Sprout #BFD19E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.46%

 BLUE value IS 158 (62.11% from 255) = 28.32%

R = 34.23%
G = 37.46%
B = 28.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#BFD19E (or 0xBFD19E) is known color: Sprout. HEX triplet: BF, D1 and 9E. RGB value is (191,209,158). Sum of RGB (Red+Green+Blue) = 191+209+158=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD19E is #402E61. Grayscale: #C5C5C5. Windows color (decimal): -4206178 or 10408383. OLE color: 10408383.

HSL color Cylindrical-coordinate representation of color #BFD19E: hue angle of 81.18º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFD19E is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 158 -
CMYK 0.09 0 0.24 0.18
HSL 81.18º 0.36% 0.72% -
HSV(B) 81.18º 0.24% 0.82% -
XYZ 50.46 59.15 41.1 -
YUV 197.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 191 209 158 0.09 0 0.24 0.18 81.18 0.36 0.72
Hex BF D1 9E 9 0 18 12 51 24 48
Octal 277 321 236 11 0 30 22 121 44 110
Binary 10111111 11010001 10011110 1001 0 11000 10010 1010001 100100 1001000

Color Harmonies of #BFD19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD19E

Black with #BFD19E

Text Example


Text Example

White with #BFD19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD19E; }

 p { color: rgb(191,209,158); }

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

background-color css

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

 a { background-color: rgb(191,209,158); }

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

border-color css

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

 span { border-color: rgb(191,209,158); }

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