Html Css Color HEX #BFD997 Sprout

📋 copy color: '#BFD997'

red 191 ◦ green 217 ◦ blue 151

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

Shades of Sprout #BFD997

Tints of Sprout #BFD997

RGB

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

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

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

R = 34.17%
G = 38.82%
B = 27.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BFD997 (or 0xBFD997) is known color: Sprout. HEX triplet: BF, D9 and 97. RGB value is (191,217,151). Sum of RGB (Red+Green+Blue) = 191+217+151=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD997 is #402668. Grayscale: #C9C9C9. Windows color (decimal): -4204137 or 9951679. OLE color: 9951679.

HSL color Cylindrical-coordinate representation of color #BFD997: hue angle of 83.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFD997 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 217 151 -
CMYK 0.12 0 0.30 0.15
HSL 83.64º 0.46% 0.72% -
HSV(B) 83.64º 0.3% 0.85% -
XYZ 51.88 62.94 38.69 -
YUV 201.7 99.39 120.37 -
System Red Green Blue C M Y K H S L
Decimal 191 217 151 0.12 0 0.30 0.15 83.64 0.46 0.72
Hex BF D9 97 C 0 1E F 54 2E 48
Octal 277 331 227 14 0 36 17 124 56 110
Binary 10111111 11011001 10010111 1100 0 11110 1111 1010100 101110 1001000

Color Harmonies of #BFD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD997

Black with #BFD997

Text Example


Text Example

White with #BFD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD997; }

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

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

background-color css

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

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

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

border-color css

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

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

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