Html Css Color HEX #BFD791 Sprout

📋 copy color: '#BFD791'

red 191 ◦ green 215 ◦ blue 145

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

Shades of Sprout #BFD791

Tints of Sprout #BFD791

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.02%

 BLUE value IS 145 (57.03% from 255) = 26.32%

R = 34.66%
G = 39.02%
B = 26.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#BFD791 (or 0xBFD791) is known color: Sprout. HEX triplet: BF, D7 and 91. RGB value is (191,215,145). Sum of RGB (Red+Green+Blue) = 191+215+145=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD791 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD791 is #40286E. Grayscale: #C8C8C8. Windows color (decimal): -4204655 or 9557951. OLE color: 9557951.

HSL color Cylindrical-coordinate representation of color #BFD791: hue angle of 80.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFD791 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 215 145 -
CMYK 0.11 0 0.33 0.16
HSL 80.57º 0.47% 0.71% -
HSV(B) 80.57º 0.33% 0.84% -
XYZ 50.9 61.72 36.02 -
YUV 199.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 191 215 145 0.11 0 0.33 0.16 80.57 0.47 0.71
Hex BF D7 91 B 0 21 10 51 2F 47
Octal 277 327 221 13 0 41 20 121 57 107
Binary 10111111 11010111 10010001 1011 0 100001 10000 1010001 101111 1000111

Color Harmonies of #BFD791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD791

Black with #BFD791

Text Example


Text Example

White with #BFD791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD791; }

 p { color: rgb(191,215,145); }

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

background-color css

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

 a { background-color: rgb(191,215,145); }

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

border-color css

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

 span { border-color: rgb(191,215,145); }

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