Html Css Color HEX #BFD190 Sprout

📋 copy color: '#BFD190'

red 191 ◦ green 209 ◦ blue 144

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

Shades of Sprout #BFD190

Tints of Sprout #BFD190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 35.11%
G = 38.42%
B = 26.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#BFD190 (or 0xBFD190) is known color: Sprout. HEX triplet: BF, D1 and 90. RGB value is (191,209,144). Sum of RGB (Red+Green+Blue) = 191+209+144=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD190 is #402E6F. Grayscale: #C4C4C4. Windows color (decimal): -4206192 or 9490879. OLE color: 9490879.

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

Color convert

RGB 191 209 144 -
CMYK 0.09 0 0.31 0.18
HSL 76.62º 0.41% 0.69% -
HSV(B) 76.62º 0.31% 0.82% -
XYZ 49.32 58.69 35.11 -
YUV 196.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 191 209 144 0.09 0 0.31 0.18 76.62 0.41 0.69
Hex BF D1 90 9 0 1F 12 4D 29 45
Octal 277 321 220 11 0 37 22 115 51 105
Binary 10111111 11010001 10010000 1001 0 11111 10010 1001101 101001 1000101

Color Harmonies of #BFD190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD190

Black with #BFD190

Text Example


Text Example

White with #BFD190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD190; }

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

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

background-color css

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

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

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

border-color css

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

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

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