Html Css Color HEX #BFD793 Sprout

📋 copy color: '#BFD793'

red 191 ◦ green 215 ◦ blue 147

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

Shades of Sprout #BFD793

Tints of Sprout #BFD793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.58%

R = 34.54%
G = 38.88%
B = 26.58%

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

#BFD793 (or 0xBFD793) is known color: Sprout. HEX triplet: BF, D7 and 93. RGB value is (191,215,147). Sum of RGB (Red+Green+Blue) = 191+215+147=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD793 is #40286C. Grayscale: #C8C8C8. Windows color (decimal): -4204653 or 9689023. OLE color: 9689023.

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

Color convert

RGB 191 215 147 -
CMYK 0.11 0 0.32 0.16
HSL 81.18º 0.46% 0.71% -
HSV(B) 81.18º 0.32% 0.84% -
XYZ 51.05 61.78 36.84 -
YUV 200.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 191 215 147 0.11 0 0.32 0.16 81.18 0.46 0.71
Hex BF D7 93 B 0 20 10 51 2E 47
Octal 277 327 223 13 0 40 20 121 56 107
Binary 10111111 11010111 10010011 1011 0 100000 10000 1010001 101110 1000111

Color Harmonies of #BFD793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD793

Black with #BFD793

Text Example


Text Example

White with #BFD793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD793; }

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

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

background-color css

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

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

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

border-color css

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

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

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