Html Css Color HEX #BFD691 Sprout

📋 copy color: '#BFD691'

red 191 ◦ green 214 ◦ blue 145

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

Shades of Sprout #BFD691

Tints of Sprout #BFD691

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.91%

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

R = 34.73%
G = 38.91%
B = 26.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#BFD691 (or 0xBFD691) is known color: Sprout. HEX triplet: BF, D6 and 91. RGB value is (191,214,145). Sum of RGB (Red+Green+Blue) = 191+214+145=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD691 is #40296E. Grayscale: #C7C7C7. Windows color (decimal): -4204911 or 9557695. OLE color: 9557695.

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

Color convert

RGB 191 214 145 -
CMYK 0.11 0 0.32 0.16
HSL 80º 0.46% 0.7% -
HSV(B) 80º 0.32% 0.84% -
XYZ 50.64 61.21 35.93 -
YUV 199.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 191 214 145 0.11 0 0.32 0.16 80 0.46 0.7
Hex BF D6 91 B 0 20 10 50 2E 46
Octal 277 326 221 13 0 40 20 120 56 106
Binary 10111111 11010110 10010001 1011 0 100000 10000 1010000 101110 1000110

Color Harmonies of #BFD691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD691

Black with #BFD691

Text Example


Text Example

White with #BFD691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD691; }

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

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

background-color css

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

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

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

border-color css

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

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

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