Html Css Color HEX #BFD59C Sprout

📋 copy color: '#BFD59C'

red 191 ◦ green 213 ◦ blue 156

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

Shades of Sprout #BFD59C

Tints of Sprout #BFD59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.86%

R = 34.11%
G = 38.04%
B = 27.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#BFD59C (or 0xBFD59C) is known color: Sprout. HEX triplet: BF, D5 and 9C. RGB value is (191,213,156). Sum of RGB (Red+Green+Blue) = 191+213+156=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD59C is #402A63. Grayscale: #C8C8C8. Windows color (decimal): -4205156 or 10278335. OLE color: 10278335.

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

Color convert

RGB 191 213 156 -
CMYK 0.10 0 0.27 0.16
HSL 83.16º 0.4% 0.72% -
HSV(B) 83.16º 0.27% 0.84% -
XYZ 51.28 61.07 40.54 -
YUV 199.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 191 213 156 0.10 0 0.27 0.16 83.16 0.4 0.72
Hex BF D5 9C A 0 1B 10 53 28 48
Octal 277 325 234 12 0 33 20 123 50 110
Binary 10111111 11010101 10011100 1010 0 11011 10000 1010011 101000 1001000

Color Harmonies of #BFD59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD59C

Black with #BFD59C

Text Example


Text Example

White with #BFD59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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