Html Css Color HEX #BFD593 Sprout

📋 copy color: '#BFD593'

red 191 ◦ green 213 ◦ blue 147

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

Shades of Sprout #BFD593

Tints of Sprout #BFD593

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.66%

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

R = 34.66%
G = 38.66%
B = 26.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#BFD593 (or 0xBFD593) is known color: Sprout. HEX triplet: BF, D5 and 93. RGB value is (191,213,147). Sum of RGB (Red+Green+Blue) = 191+213+147=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD593 is #402A6C. Grayscale: #C7C7C7. Windows color (decimal): -4205165 or 9688511. OLE color: 9688511.

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

Color convert

RGB 191 213 147 -
CMYK 0.10 0 0.31 0.16
HSL 80º 0.44% 0.71% -
HSV(B) 80º 0.31% 0.84% -
XYZ 50.55 60.77 36.67 -
YUV 198.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 191 213 147 0.10 0 0.31 0.16 80 0.44 0.71
Hex BF D5 93 A 0 1F 10 50 2C 47
Octal 277 325 223 12 0 37 20 120 54 107
Binary 10111111 11010101 10010011 1010 0 11111 10000 1010000 101100 1000111

Color Harmonies of #BFD593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD593

Black with #BFD593

Text Example


Text Example

White with #BFD593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD593; }

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

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

background-color css

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

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

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

border-color css

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

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

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