Html Css Color HEX #BFD194 Sprout

📋 copy color: '#BFD194'

red 191 ◦ green 209 ◦ blue 148

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

Shades of Sprout #BFD194

Tints of Sprout #BFD194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 34.85%
G = 38.14%
B = 27.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#BFD194 (or 0xBFD194) is known color: Sprout. HEX triplet: BF, D1 and 94. RGB value is (191,209,148). Sum of RGB (Red+Green+Blue) = 191+209+148=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD194 is #402E6B. Grayscale: #C4C4C4. Windows color (decimal): -4206188 or 9753023. OLE color: 9753023.

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

Color convert

RGB 191 209 148 -
CMYK 0.09 0 0.29 0.18
HSL 77.7º 0.4% 0.7% -
HSV(B) 77.7º 0.29% 0.82% -
XYZ 49.63 58.82 36.75 -
YUV 196.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 191 209 148 0.09 0 0.29 0.18 77.7 0.4 0.7
Hex BF D1 94 9 0 1D 12 4E 28 46
Octal 277 321 224 11 0 35 22 116 50 106
Binary 10111111 11010001 10010100 1001 0 11101 10010 1001110 101000 1000110

Color Harmonies of #BFD194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD194

Black with #BFD194

Text Example


Text Example

White with #BFD194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD194; }

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

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

background-color css

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

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

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

border-color css

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

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

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