Html Css Color HEX #BFD19C Sprout

📋 copy color: '#BFD19C'

red 191 ◦ green 209 ◦ blue 156

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

Shades of Sprout #BFD19C

Tints of Sprout #BFD19C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.59%

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

R = 34.35%
G = 37.59%
B = 28.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BFD19C (or 0xBFD19C) is known color: Sprout. HEX triplet: BF, D1 and 9C. RGB value is (191,209,156). Sum of RGB (Red+Green+Blue) = 191+209+156=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD19C is #402E63. Grayscale: #C5C5C5. Windows color (decimal): -4206180 or 10277311. OLE color: 10277311.

HSL color Cylindrical-coordinate representation of color #BFD19C: hue angle of 80.38º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFD19C is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 156 -
CMYK 0.09 0 0.25 0.18
HSL 80.38º 0.37% 0.72% -
HSV(B) 80.38º 0.25% 0.82% -
XYZ 50.29 59.08 40.21 -
YUV 197.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 191 209 156 0.09 0 0.25 0.18 80.38 0.37 0.72
Hex BF D1 9C 9 0 19 12 50 25 48
Octal 277 321 234 11 0 31 22 120 45 110
Binary 10111111 11010001 10011100 1001 0 11001 10010 1010000 100101 1001000

Color Harmonies of #BFD19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD19C

Black with #BFD19C

Text Example


Text Example

White with #BFD19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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