Html Css Color HEX #BFD597 Sprout

📋 copy color: '#BFD597'

red 191 ◦ green 213 ◦ blue 151

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

Shades of Sprout #BFD597

Tints of Sprout #BFD597

RGB

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

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

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

R = 34.41%
G = 38.38%
B = 27.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#BFD597 (or 0xBFD597) is known color: Sprout. HEX triplet: BF, D5 and 97. RGB value is (191,213,151). Sum of RGB (Red+Green+Blue) = 191+213+151=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD597 is #402A68. Grayscale: #C7C7C7. Windows color (decimal): -4205161 or 9950655. OLE color: 9950655.

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

Color convert

RGB 191 213 151 -
CMYK 0.10 0 0.29 0.16
HSL 81.29º 0.42% 0.71% -
HSV(B) 81.29º 0.29% 0.84% -
XYZ 50.87 60.9 38.35 -
YUV 199.35 100.71 122.04 -
System Red Green Blue C M Y K H S L
Decimal 191 213 151 0.10 0 0.29 0.16 81.29 0.42 0.71
Hex BF D5 97 A 0 1D 10 51 2A 47
Octal 277 325 227 12 0 35 20 121 52 107
Binary 10111111 11010101 10010111 1010 0 11101 10000 1010001 101010 1000111

Color Harmonies of #BFD597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD597

Black with #BFD597

Text Example


Text Example

White with #BFD597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD597; }

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

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

background-color css

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

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

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

border-color css

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

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

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