Html Css Color HEX #BFD197 Sprout

📋 copy color: '#BFD197'

red 191 ◦ green 209 ◦ blue 151

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

Shades of Sprout #BFD197

Tints of Sprout #BFD197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.4%

R = 34.66%
G = 37.93%
B = 27.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#BFD197 (or 0xBFD197) is known color: Sprout. HEX triplet: BF, D1 and 97. RGB value is (191,209,151). Sum of RGB (Red+Green+Blue) = 191+209+151=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD197 is #402E68. Grayscale: #C5C5C5. Windows color (decimal): -4206185 or 9949631. OLE color: 9949631.

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

Color convert

RGB 191 209 151 -
CMYK 0.09 0 0.28 0.18
HSL 78.62º 0.39% 0.71% -
HSV(B) 78.62º 0.28% 0.82% -
XYZ 49.87 58.91 38.02 -
YUV 197.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 191 209 151 0.09 0 0.28 0.18 78.62 0.39 0.71
Hex BF D1 97 9 0 1C 12 4F 27 47
Octal 277 321 227 11 0 34 22 117 47 107
Binary 10111111 11010001 10010111 1001 0 11100 10010 1001111 100111 1000111

Color Harmonies of #BFD197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD197

Black with #BFD197

Text Example


Text Example

White with #BFD197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD197; }

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

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

background-color css

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

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

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

border-color css

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

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

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