Html Css Color HEX #BFD990 Sprout

📋 copy color: '#BFD990'

red 191 ◦ green 217 ◦ blue 144

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

Shades of Sprout #BFD990

Tints of Sprout #BFD990

RGB

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

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

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

R = 34.6%
G = 39.31%
B = 26.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#BFD990 (or 0xBFD990) is known color: Sprout. HEX triplet: BF, D9 and 90. RGB value is (191,217,144). Sum of RGB (Red+Green+Blue) = 191+217+144=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD990 is #40266F. Grayscale: #C9C9C9. Windows color (decimal): -4204144 or 9492927. OLE color: 9492927.

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

Color convert

RGB 191 217 144 -
CMYK 0.12 0 0.34 0.15
HSL 81.37º 0.49% 0.71% -
HSV(B) 81.37º 0.34% 0.85% -
XYZ 51.33 62.72 35.79 -
YUV 200.9 95.89 120.94 -
System Red Green Blue C M Y K H S L
Decimal 191 217 144 0.12 0 0.34 0.15 81.37 0.49 0.71
Hex BF D9 90 C 0 22 F 51 31 47
Octal 277 331 220 14 0 42 17 121 61 107
Binary 10111111 11011001 10010000 1100 0 100010 1111 1010001 110001 1000111

Color Harmonies of #BFD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD990

Black with #BFD990

Text Example


Text Example

White with #BFD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD990; }

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

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

background-color css

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

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

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

border-color css

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

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

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