Html Css Color HEX #BFD497 Sprout

📋 copy color: '#BFD497'

red 191 ◦ green 212 ◦ blue 151

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

Shades of Sprout #BFD497

Tints of Sprout #BFD497

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.27%

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

R = 34.48%
G = 38.27%
B = 27.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#BFD497 (or 0xBFD497) is known color: Sprout. HEX triplet: BF, D4 and 97. RGB value is (191,212,151). Sum of RGB (Red+Green+Blue) = 191+212+151=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD497 is #402B68. Grayscale: #C6C6C6. Windows color (decimal): -4205417 or 9950399. OLE color: 9950399.

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

Color convert

RGB 191 212 151 -
CMYK 0.10 0 0.29 0.17
HSL 80.66º 0.41% 0.71% -
HSV(B) 80.66º 0.29% 0.83% -
XYZ 50.62 60.4 38.27 -
YUV 198.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 191 212 151 0.10 0 0.29 0.17 80.66 0.41 0.71
Hex BF D4 97 A 0 1D 11 51 29 47
Octal 277 324 227 12 0 35 21 121 51 107
Binary 10111111 11010100 10010111 1010 0 11101 10001 1010001 101001 1000111

Color Harmonies of #BFD497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD497

Black with #BFD497

Text Example


Text Example

White with #BFD497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD497; }

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

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

background-color css

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

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

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

border-color css

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

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

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