Html Css Color HEX #BFD993 Sprout

📋 copy color: '#BFD993'

red 191 ◦ green 217 ◦ blue 147

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

Shades of Sprout #BFD993

Tints of Sprout #BFD993

RGB

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

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

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

R = 34.41%
G = 39.1%
B = 26.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BFD993 (or 0xBFD993) is known color: Sprout. HEX triplet: BF, D9 and 93. RGB value is (191,217,147). Sum of RGB (Red+Green+Blue) = 191+217+147=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD993 is #40266C. Grayscale: #C9C9C9. Windows color (decimal): -4204141 or 9689535. OLE color: 9689535.

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

Color convert

RGB 191 217 147 -
CMYK 0.12 0 0.32 0.15
HSL 82.29º 0.48% 0.71% -
HSV(B) 82.29º 0.32% 0.85% -
XYZ 51.57 62.81 37.01 -
YUV 201.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 191 217 147 0.12 0 0.32 0.15 82.29 0.48 0.71
Hex BF D9 93 C 0 20 F 52 30 47
Octal 277 331 223 14 0 40 17 122 60 107
Binary 10111111 11011001 10010011 1100 0 100000 1111 1010010 110000 1000111

Color Harmonies of #BFD993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD993

Black with #BFD993

Text Example


Text Example

White with #BFD993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD993; }

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

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

background-color css

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

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

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

border-color css

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

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

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